Skip to content

Commit

Permalink
undo dnf cache stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Oct 2, 2023
1 parent a81007c commit 324cbef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/arm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
uses: actions/cache@v2
with:
path: /var/cache/dnf
key: dnf-${{ runner.os }}-arm
key: dnf-${{ runner.os }}
restore-keys: |
dnf-${{ runner.os }}-arm
dnf-${{ runner.os }}
dnf-
- name: Install dependencies
Expand Down

0 comments on commit 324cbef

Please sign in to comment.