Skip to content

Commit 3c60414

Browse files
committed
Force use of g++11 (please work)
1 parent 3e18ae8 commit 3c60414

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
run: echo "${{ steps.conan.outputs.version }}"
2222
- uses: actions/checkout@v2
2323
- name: gcc version
24-
run: g++ -v
24+
run: g++11 -v
2525
- name: make test
26-
run: make test
26+
run: make test CC=g++11

0 commit comments

Comments
 (0)