diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24c8a191..a95b5edd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,10 @@ jobs: - name: Setup third party dependencies run: | make fetch-thirdparty + - name: Install Foundry + uses: foundry-rs/foundry-toolchain@v1 + with: + version: nightly - name: Install solc run: | sudo add-apt-repository ppa:ethereum/ethereum