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

- run: export PURO_ROOT=$(dirname $GITHUB_WORKSPACE)/puro
shell: bash

- uses: actions/cache/restore@v4
id: cache-check
with:
path: . # not important
path: ${{ env.PURO_ROOT }}
lookup-only: true
key: setup-runner-${{ runner.os }}-${{ runner.arch }}-
restore-keys: setup-runner-${{ runner.os }}-${{ runner.arch }}-
Expand Down

0 comments on commit 580b686

Please sign in to comment.