Skip to content

Commit 702bab2

Browse files
committed
typo fix
1 parent e8998a9 commit 702bab2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
# DEPLOY_DOCUMENTATION="yes"
7474

7575
- name: Compile_with_build
76-
if: use-cmake == 0
76+
if: matrix.use-cmake == 0
7777
run: |
7878
GFORTRAN=gfortran-${{matrix.gcc_v}}
7979
GCOV=gcov-${{matrix.gcc_v}}
@@ -84,7 +84,7 @@ jobs:
8484
DEPLOY_DOCUMENTATION="no"
8585
8686
- name: Compile_with_cmake
87-
if: matrix.gcc_v == 9 && use-cmake == 1
87+
if: matrix.gcc_v == 9 && matrix.use-cmake == 1
8888
run: |
8989
GFORTRAN=gfortran-${{matrix.gcc_v}}
9090
GCOV=gcov-${{matrix.gcc_v}}

0 commit comments

Comments
 (0)