From 834332fde6daa4bcab8b8e7ad66d6e5c4d14c7de Mon Sep 17 00:00:00 2001 From: corver Date: Wed, 2 Oct 2024 14:41:37 +0200 Subject: [PATCH] test(e2e): pin foundary image (#2041) This will backport the following commits from `main` to `release/v0.8`: - [test(e2e): reset to default bridge spec (#2015)](https://github.com/omni-network/omni/pull/2015). Only the foundary image fix though. issue: none Co-authored-by: Kevin Halliday --- .github/workflows/check-sol-artifacts.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/check-sol-artifacts.yml b/.github/workflows/check-sol-artifacts.yml index f3e73ad2c..afd8a7c29 100644 --- a/.github/workflows/check-sol-artifacts.yml +++ b/.github/workflows/check-sol-artifacts.yml @@ -18,6 +18,9 @@ jobs: go-version: 'stable' - name: Install Foundry uses: foundry-rs/foundry-toolchain@v1 + with: + version: + nightly-9dbfb2f1115466b28f2697e158131f90df6b2590 - name: Install pnpm uses: pnpm/action-setup@v4 with: