We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bcb863 commit 2918c7bCopy full SHA for 2918c7b
.github/workflows/c-cpp.yml
@@ -18,5 +18,7 @@ jobs:
18
- name: Conan version
19
run: echo "${{ steps.conan.outputs.version }}"
20
- uses: actions/checkout@v2
21
+ - name: gcc version
22
+ rune: g++ -v
23
- name: make test
24
run: make test
0 commit comments