diff --git a/.github/workflows/compliance.yaml b/.github/workflows/compliance.yaml index c2fa04e09..07fb80377 100644 --- a/.github/workflows/compliance.yaml +++ b/.github/workflows/compliance.yaml @@ -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: @@ -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: