Skip to content

Commit

Permalink
Use valid path in cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberj0g committed Feb 25, 2023
1 parent d361845 commit 850053a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
id: cache-ffmpeg
uses: actions/cache@v3
with:
path: /github/home/compiled
path: ~/compiled
key: ${{ runner.os }}-ffmpeg-${{ hashFiles('**/install_ffmpeg.sh') }}
restore-keys: |
${{ runner.os }}-ffmpeg
Expand Down

0 comments on commit 850053a

Please sign in to comment.