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 3e18ae8 commit 3c60414Copy full SHA for 3c60414
.github/workflows/c-cpp.yml
@@ -21,6 +21,6 @@ jobs:
21
run: echo "${{ steps.conan.outputs.version }}"
22
- uses: actions/checkout@v2
23
- name: gcc version
24
- run: g++ -v
+ run: g++11 -v
25
- name: make test
26
- run: make test
+ run: make test CC=g++11
0 commit comments