Skip to content

Commit

Permalink
Hack
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed Aug 28, 2024
1 parent b18e8ea commit b70acbb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ jobs:
- uses: actions/cache/restore@v4
id: cache-check
with:
path: . # not important
path: /Users/runner/work/treap/puro
lookup-only: true
key: setup-runner-${{ runner.os }}-${{ runner.arch }}-
restore-keys: setup-runner-${{ runner.os }}-${{ runner.arch }}-

- name: Setup runner
if: steps.cache-check.outputs.cache-matched-key == ''
Expand Down

0 comments on commit b70acbb

Please sign in to comment.