Skip to content

Commit

Permalink
WIP checkout before cache
Browse files Browse the repository at this point in the history
  • Loading branch information
djmaxus committed Aug 16, 2024
1 parent b8fe48e commit a0c6cc5
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 @@ -11,6 +11,7 @@ jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: |
Expand All @@ -19,6 +20,5 @@ jobs:
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ hashFiles('**/Cargo.lock') }}-cargo
- uses: actions/checkout@v4
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- run: /bin/sh ./ci.sh

0 comments on commit a0c6cc5

Please sign in to comment.