Skip to content

Commit 9569c3c

Browse files
committed
fix
1 parent 6a958fb commit 9569c3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
run: |
6363
cmake --version
6464
git --version
65-
${{ matrix.compiler.cc }} --version
66-
${{ matrix.compiler.cxx }} --version
65+
$CC --version
66+
$CXX --version
6767
6868
- uses: actions/checkout@v4
6969
with:

0 commit comments

Comments
 (0)