Skip to content

Commit 01bee65

Browse files
committed
ci: fix github job names in cmd/tools/vtest-self.v
1 parent 4465c04 commit 01bee65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/tools/vtest-self.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ fn main() {
531531
}
532532
$if macos {
533533
$if arm64 {
534-
if cfg.github_job == 'clang' {
534+
if cfg.github_job.starts_with('clang-') {
535535
tsession.skip_files << 'vlib/net/openssl/openssl_compiles_test.c.v'
536536
}
537537
}

0 commit comments

Comments
 (0)