Skip to content

Commit 4f1ec0a

Browse files
committed
fix typo
1 parent 275be1a commit 4f1ec0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
- name: Install Compiler
149149
id: install-compiler
150150
run: |
151-
if [ "${{ matrix.compilers.class }}" = "GNU" ]; then
151+
if [ "${{ matrix.compilers.class }}" = "gnu" ]; then
152152
CC=gcc-${{ matrix.compilers.version }}
153153
CXX=g++-${{ matrix.compilers.version }}
154154
else

0 commit comments

Comments
 (0)