mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
ci: fix github job names in cmd/tools/vtest-self.v
This commit is contained in:
parent
4465c04dc7
commit
01bee65f16
1 changed files with 1 additions and 1 deletions
|
@ -531,7 +531,7 @@ fn main() {
|
|||
}
|
||||
$if macos {
|
||||
$if arm64 {
|
||||
if cfg.github_job == 'clang' {
|
||||
if cfg.github_job.starts_with('clang-') {
|
||||
tsession.skip_files << 'vlib/net/openssl/openssl_compiles_test.c.v'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue