Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jredrejo committed Nov 19, 2024
1 parent 312cba6 commit de03b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_img.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: actions/cache@v4
with:
path: 'images/base.img'
key: ${{ runner.OS }}-base-${{ hashFiles('base.Pifle', 'files/*') }}
key: ${{ runner.OS }}-base-${{ hashFiles('base.Pifile', 'files/*') }}
restore-keys: |
${{ runner.OS }}-base-
- name: Cache pimod
Expand Down

0 comments on commit de03b7b

Please sign in to comment.