Skip to content

Commit

Permalink
YML syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPincus committed Mar 13, 2024
1 parent e35007a commit 82d0a76
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,9 @@ jobs:

# Build NetCDF FORTRAN library for current compiler
- name: Build NetCDF FORTRAN library
if: contains(matrix.compiler, 'ifort')
if: contains(matrix.compiler, 'ifort') && steps.cache-netcdf-fortran.outputs.cache-hit != 'true'
env:
FCFLAGS: -fPIC
if: steps.cache-netcdf-fortran.outputs.cache-hit != 'true'
run: |
source /opt/intel/oneapi/setvars.sh || true
${F90} --version
Expand Down

0 comments on commit 82d0a76

Please sign in to comment.