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 275be1a commit 4f1ec0aCopy full SHA for 4f1ec0a
.github/workflows/ci_tests.yml
@@ -148,7 +148,7 @@ jobs:
148
- name: Install Compiler
149
id: install-compiler
150
run: |
151
- if [ "${{ matrix.compilers.class }}" = "GNU" ]; then
+ if [ "${{ matrix.compilers.class }}" = "gnu" ]; then
152
CC=gcc-${{ matrix.compilers.version }}
153
CXX=g++-${{ matrix.compilers.version }}
154
else
0 commit comments