mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
ci: skip the mysql.v example on windows too
This commit is contained in:
parent
f2bfda4989
commit
acc93a66bb
1 changed files with 2 additions and 1 deletions
|
@ -116,6 +116,7 @@ pub fn new_test_session(_vargs string) TestSession {
|
|||
skip_files << 'examples/database/mysql.v'
|
||||
}
|
||||
$if windows {
|
||||
skip_files << 'examples/database/mysql.v'
|
||||
skip_files << 'examples/x/websocket/ping.v' // requires OpenSSL
|
||||
}
|
||||
if github_job != 'ubuntu-tcc' {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue