From 9f95dbc73f397c4bc74d554020d74de723e72f7c Mon Sep 17 00:00:00 2001 From: Reptile <43194093+gator-boi@users.noreply.github.com> Date: Wed, 9 Apr 2025 11:12:22 -0500 Subject: [PATCH] evm: fix build --- .github/workflows/e2e.yml | 2 +- evm/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index af94c22e..3fb92e98 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -22,7 +22,7 @@ jobs: - name: Install Foundry uses: foundry-rs/foundry-toolchain@v1 with: - version: nightly + version: nightly-4817280d96e0e33a2e96cf169770da60514d1764 - uses: actions/setup-node@v4 with: node-version: ${{ env.NODE_VERSION }} diff --git a/evm/Makefile b/evm/Makefile index 658c8f73..3738216b 100644 --- a/evm/Makefile +++ b/evm/Makefile @@ -16,7 +16,7 @@ define install_lib dependencies: $(call tolib,$(1)) $(call tolib,$(1)): - forge install $(1) --no-git --no-commit + forge install $(1) --no-git endef .DEFAULT_GOAL = build @@ -29,7 +29,7 @@ test: dependencies forge test --fork-url $$TEST_RPC -vvv #--match-test InitiateFullFuzz -LIB_DEPS = foundry-rs/forge-std +LIB_DEPS = foundry-rs/forge-std@v1.9.3 LIB_DEPS += openzeppelin/openzeppelin-contracts@dc44c9f #4.9.6 LIB_DEPS += Uniswap/permit2@cc56ad0 #latest commit as per 22/04/2024 LIB_DEPS += wormhole-foundation/wormhole-solidity-sdk@60fb760 #post-merged branch