Skip to content

Commit 2c03352

Browse files
Fix CI arg spelling
1 parent c75111c commit 2c03352

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,8 @@ jobs:
6363
fail-fast: true
6464
matrix:
6565
version_arg:
66-
- clang_major_version=20
67-
- clang_major_version=19
68-
# vcpkg_arg: *vcpkg_arg
66+
- clang_version_major=20
67+
- clang_version_major=19
6968
runs-on: ubuntu-latest
7069
name: Build with Clang
7170
steps:

0 commit comments

Comments
 (0)