Skip to content

Commit

Permalink
Try alternate specification of cache keys.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Jul 16, 2024
1 parent a7af8d4 commit 3522874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
uses: actions/cache/restore@v4
with:
path: install
key: hoomd-blue-${{ env.HOOMD_BLUE_VERSION }}-${{ matrix.enable_mpi }}-gpu-${{ matrix.enable_gpu }}
key: hoomd-blue-${{ env.HOOMD_BLUE_VERSION }}-mpi-${{ matrix.enable_mpi }}-gpu-${{ matrix.enable_gpu }}
- name: Install git
run: |
apt-get update
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
uses: actions/cache/save@v4
with:
path: install
key: hoomd-blue-${{ env.HOOMD_BLUE_VERSION }}-${{ matrix.enable_mpi }}-gpu-${{ matrix.enable_gpu }}
key: ${{ steps.cache.outputs.cache-primary-key }}

- name: Checkout component
uses: actions/checkout@v4
Expand Down

0 comments on commit 3522874

Please sign in to comment.