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 e8998a9 commit 702bab2Copy full SHA for 702bab2
.github/workflows/CI.yml
@@ -73,7 +73,7 @@ jobs:
73
# DEPLOY_DOCUMENTATION="yes"
74
75
- name: Compile_with_build
76
- if: use-cmake == 0
+ if: matrix.use-cmake == 0
77
run: |
78
GFORTRAN=gfortran-${{matrix.gcc_v}}
79
GCOV=gcov-${{matrix.gcc_v}}
@@ -84,7 +84,7 @@ jobs:
84
DEPLOY_DOCUMENTATION="no"
85
86
- name: Compile_with_cmake
87
- if: matrix.gcc_v == 9 && use-cmake == 1
+ if: matrix.gcc_v == 9 && matrix.use-cmake == 1
88
89
90
0 commit comments