Skip to content

Commit

Permalink
Cache json-fortran
Browse files Browse the repository at this point in the history
  • Loading branch information
timfelle committed Mar 12, 2024
1 parent 4ccbfd4 commit 4562695
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check_compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup system cache
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: autotools-dev automake autoconf pkg-config openmpi-bin libopenmpi-dev libopenblas-dev liblapack-dev
packages: gcc g++ autotools-dev automake autoconf pkg-config openmpi-bin libopenmpi-dev libopenblas-dev liblapack-dev
version: 1.0

- name: Cache json-fortran
Expand All @@ -23,6 +23,7 @@ jobs:
with:
path: ~/pkg/json-fortran
key: json-fortran-${{ runner.os }}-${{ matrix.os }}-${{ matrix.compiler }}

- name: Install json-fortran
if: ${{ (steps.cache-json-fortran.outputs.cache-hit != 'true') }}
run: |
Expand Down

0 comments on commit 4562695

Please sign in to comment.