From 2719d986ce0de447bd840f4364cf56ed23503958 Mon Sep 17 00:00:00 2001 From: Leonardo Zizzamia Date: Wed, 12 Jun 2024 18:12:26 -0700 Subject: [PATCH] fix: ci --- .github/actions/setup/action.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 4756dbb2c9..9ce97a1fe6 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -13,17 +13,6 @@ runs: run: npm install -g npm@^9.5.0 shell: bash - - name: Install Foundry - uses: foundry-rs/foundry-toolchain@v1 - with: - version: nightly - - # Workaround for parallel building with forge: - # https://github.com/foundry-rs/foundry/issues/4736 - - name: Setup forge hack - shell: bash - run: forge build - - name: Install node modules run: yarn install --frozen-lockfile shell: bash