Skip to content

Commit

Permalink
remove cache from brupop action
Browse files Browse the repository at this point in the history
  • Loading branch information
gthao313 committed Oct 11, 2022
1 parent 6dcf070 commit 42195e8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
4 changes: 0 additions & 4 deletions .github/cache_bust

This file was deleted.

9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: |
.cargo
target
# you can edit the .github/cache_bust file if you need to clear the cache
key: ${{ hashFiles('.github/cache_bust') }}-${{ runner.os }}-build-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
${{ hashFiles('.github/cache_bust') }}-${{ runner.os }}-build-
- run: rustup update stable
- run: make build

Expand Down

0 comments on commit 42195e8

Please sign in to comment.