Skip to content

Commit

Permalink
Update CI caching settings
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed Aug 6, 2024
1 parent 81eac88 commit 1ef285a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ jobs:
- uses: actions/cache@v4
id: test
with:
path: |
build
~/.local/share/inko/packages
key: ${{ runner.os }}
path: '~/.local/share/inko/packages'
key: test-${{ hashFiles('inko.pkg') }}
- run: inko --version
- run: inko pkg sync
- run: inko test

0 comments on commit 1ef285a

Please sign in to comment.