Skip to content

Commit

Permalink
Remove rust caching as it not link to CI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
haixuanTao committed Oct 9, 2023
1 parent 3de5e92 commit 7f17e32
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
run: |
docker system prune --all -f
- uses: Swatinem/rust-cache@v2
if: runner.os == 'Linux' || runner.os == 'MacOS'
with:
cache-provider: buildjet
cache-on-failure: true
Expand Down Expand Up @@ -93,7 +92,6 @@ jobs:
run: |
docker system prune --all -f
- uses: Swatinem/rust-cache@v2
if: runner.os == 'Linux' || runner.os == 'MacOS'
with:
cache-provider: buildjet
cache-on-failure: true
Expand Down

0 comments on commit 7f17e32

Please sign in to comment.