Skip to content

Commit

Permalink
ci: fix rust cache regeneration (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov authored Nov 27, 2024
1 parent c5f34a1 commit 8ac974e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ccache-regen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,6 @@ jobs:
clone-llvm: 'false'
ccache-key: ${{ format('llvm-{0}-{1}-{2}', runner.os, runner.arch, contains(matrix.target, 'musl') && 'musl' || 'gnu') }}

- name: Cargo checks
uses: matter-labs/era-compiler-ci/.github/actions/cargo-check@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Run tests
uses: matter-labs/era-compiler-ci/.github/actions/rust-unit-tests@v1
with:
Expand Down

0 comments on commit 8ac974e

Please sign in to comment.