Skip to content

Commit

Permalink
CI: Fix change to netcdf-no-hdf5 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed Mar 12, 2024
1 parent bfe7c3c commit b544694
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_netcdf_no_hdf5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
netcdf: [ 4.9.2 ]
steps:

- uses: actions/checkout@v5
- uses: actions/checkout@v4

- name: Install System dependencies
shell: bash -l {0}
Expand All @@ -37,7 +37,7 @@ jobs:
###
- name: Cache TPL-${{ matrix.compiler }}-${{ matrix.netcdf }}
id: cache-TPL-mpi
uses: actions/cache@v5
uses: actions/cache@v4
with:
path: ~/environments/${{ matrix.compiler }}-${{ matrix.netcdf }}
key: TPL-v5-${{ runner.os }}-${{ matrix.compiler }}-${{ matrix.netcdf }}
Expand Down Expand Up @@ -84,15 +84,15 @@ jobs:
}
steps:

- uses: actions/checkout@v5
- uses: actions/checkout@v4

- name: Install System dependencies
shell: bash -l {0}
run: sudo apt update && sudo apt install -y libaec-dev zlib1g-dev automake autoconf libcurl4-openssl-dev libjpeg-dev wget curl bzip2 m4 flex bison cmake libzip-dev openmpi-bin libopenmpi-dev

- name: Fetch TPL Cache
id: cache-TPL
uses: actions/cache@v5
uses: actions/cache@v4
with:
path: ~/environments/${{ matrix.config.compiler }}-${{ matrix.netcdf }}
key: TPL-v5-${{ runner.os }}-${{ matrix.config.compiler }}-${{ matrix.netcdf }}
Expand Down

0 comments on commit b544694

Please sign in to comment.