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 dce2328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v4

- uses: actions/cache/restore@v4
id: cache-check
with:
path: . # not important
path: ${{ github.workspace }}/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 dce2328

Please sign in to comment.