ci: fix github job names in cmd/tools/vtest-self.v

This commit is contained in:
Delyan Angelov 2025-02-17 22:36:07 +02:00
parent 4465c04dc7
commit 01bee65f16
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED

View file

@ -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'
}
}