Skip to content

Commit 60ca511

Browse files
committed
print compiler version
1 parent eb386db commit 60ca511

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
run: |
2828
echo $CC
2929
echo $CXX
30+
gcc-13 --version
31+
g++-13 --version
3032
cmake -S test -B build
3133
cmake --build build -j 4
3234
- name: CodeQL Analysis

0 commit comments

Comments
 (0)