Skip to content

Commit

Permalink
WIP try different cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
djmaxus committed Aug 16, 2024
1 parent 83ef896 commit e8aa638
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
key: cargo-${{ hashFiles('**/Cargo.lock') }}
- uses: actions/checkout@v4
- run: /bin/sh ./ci.sh
3 changes: 0 additions & 3 deletions ci.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# rustup update stable
# rustup default stable

cargo --version

cargo install cargo-nextest
Expand Down

0 comments on commit e8aa638

Please sign in to comment.