Skip to content

Commit 2918c7b

Browse files
committed
Diagnosing issue
1 parent 9bcb863 commit 2918c7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@ jobs:
1818
- name: Conan version
1919
run: echo "${{ steps.conan.outputs.version }}"
2020
- uses: actions/checkout@v2
21+
- name: gcc version
22+
rune: g++ -v
2123
- name: make test
2224
run: make test

0 commit comments

Comments
 (0)