Skip to content

Commit

Permalink
chore(spec): remove tools that are not required as build is done in d…
Browse files Browse the repository at this point in the history
…ocker
  • Loading branch information
0xfourzerofour committed Oct 5, 2023
1 parent e06a6d5 commit d33b82b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/compliance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
- name: Install protobuf
run: sudo apt-get -y install protobuf-compiler
- name: Cache Docker layers
uses: actions/cache@v2
with:
Expand All @@ -27,16 +25,6 @@ jobs:
node-version: 18
cache: 'yarn'
cache-dependency-path: test/spec-tests/bundler-spec-tests/@account-abstraction/yarn.lock
- name: Install toolchain
uses: dtolnay/rust-toolchain@stable
with:
components: clippy
toolchain: 1.71.0
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Setup PDM
uses: pdm-project/setup-pdm@v3
with:
Expand Down

0 comments on commit d33b82b

Please sign in to comment.