Skip to content

Commit

Permalink
fix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-roos committed Dec 19, 2024
1 parent 6c4c78a commit 6802f32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ jobs:
- name: Cache Podman storage
uses: actions/cache@v4
with:
path: |
../../../.local/share/containers/
key: ${{ runner.os }}-${{ matrix.architecture }}-podman-${{ hashFiles('misc/staticbuildtestcontainer/*') }}
path: ~/.local/share/containers/
key: ${{ runner.os }}-${{ matrix.architecture }}-podman-${{ hashFiles('misc/buildtestcontainer/*') }}
restore-keys: |
${{ runner.os }}-${{ matrix.architecture }}-podman-
- name: Build container for aarch64-linux-gnu
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/static-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
- name: Cache Podman storage
uses: actions/cache@v4
with:
path: |
../../../.local/share/containers/
path: ~/.local/share/containers/
key: ${{ runner.os }}-${{ matrix.architecture }}-podman-${{ hashFiles('misc/staticbuildtestcontainer/*') }}
restore-keys: |
${{ runner.os }}-${{ matrix.architecture }}-podman-
Expand Down

0 comments on commit 6802f32

Please sign in to comment.