Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-roos committed Dec 18, 2024
1 parent a42ae5e commit f1183f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/static-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
uses: actions/cache@v4
with:
path: ~/.local/share/containers/
key: ${{ runner.os }}-${{ matrix.architecture }}-podman-${{ hashFiles('misc/staticbuildtestcontainer/*') }}
key:
${{ runner.os }}-${{ matrix.architecture }}-podman-${{
hashFiles('misc/staticbuildtestcontainer/*') }}
restore-keys: |
${{ runner.os }}-${{ matrix.architecture }}-podman-
- name: Build container for aarch64-linux-gnu
Expand Down

0 comments on commit f1183f0

Please sign in to comment.