Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
wdeconinck committed Feb 13, 2025
1 parent 74c4013 commit 837b47f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,12 @@ jobs:
swap-storage: true

- name: Retrieve cached dependencies
if: matrix.caching
id: deps-restore-cache
uses: actions/cache/restore@v4
with:
path: ${{ env.DEPS_DIR }}
key: deps-${{ matrix.os }}-${{ matrix.compiler }}-v1
if: matrix.caching
id: deps-restore-cache
uses: actions/cache/restore@v4
with:
path: ${{ env.DEPS_DIR }}
key: deps-${{ matrix.os }}-${{ matrix.compiler }}-v1

- name: Install NVHPC compiler
if: contains( matrix.compiler, 'nvhpc' )
Expand Down

0 comments on commit 837b47f

Please sign in to comment.