From ee44d6c149a84fe17866bcdc981146b836170405 Mon Sep 17 00:00:00 2001 From: Will Qiu Date: Sat, 7 Jan 2023 11:24:19 +0800 Subject: [PATCH] ci install foundry --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) 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