Skip to content

Commit

Permalink
ci: work on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
duesee committed Apr 13, 2024
1 parent 994ebc8 commit 11bad0d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 29 deletions.
6 changes: 4 additions & 2 deletions .github/actions/cache_restore/action.yml
Expand Up @@ -14,6 +14,8 @@ runs:
~/.cargo/git/db/
# See https://doc.rust-lang.org/cargo/guide/build-cache.html
target
key: branch|${{ runner.os }}|${{ github.job }}
restore-keys: main|${{ runner.os }}
key: ${{ runner.os }}|${{ github.job }}|${{ github.run_attempt }}
restore-keys: |
${{ runner.os }}|${{ github.job }}
${{ runner.os }}
2 changes: 1 addition & 1 deletion .github/actions/cache_save/action.yml
Expand Up @@ -14,5 +14,5 @@ runs:
~/.cargo/git/db/
# See https://doc.rust-lang.org/cargo/guide/build-cache.html
target
key: branch|${{ runner.os }}|${{ github.job }}|${{ github.run_attempt }}
key: ${{ runner.os }}|${{ github.job }}|${{ github.run_attempt }}

26 changes: 0 additions & 26 deletions .github/workflows/cache.yml

This file was deleted.

0 comments on commit 11bad0d

Please sign in to comment.