From 8921bd40a564ec8eea281beab46b0dd95b15e367 Mon Sep 17 00:00:00 2001 From: Erik Burton Date: Tue, 7 May 2024 13:42:30 -0700 Subject: [PATCH] test: backpackapp image for e2e_custom_build_artifacts --- .github/workflows/e2e_custom_cl.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e_custom_cl.yml b/.github/workflows/e2e_custom_cl.yml index 93237edc8..253d6558f 100644 --- a/.github/workflows/e2e_custom_cl.yml +++ b/.github/workflows/e2e_custom_cl.yml @@ -56,13 +56,13 @@ jobs: runs-on: ubuntu-latest-32cores-128GB needs: [get_projectserum_version] container: - image: projectserum/build:${{ needs.get_projectserum_version.outputs.projectserum_version }} + image: "backpackapp/build:v0.30.0" env: RUSTUP_HOME: "/root/.rustup" FORCE_COLOR: 1 steps: - name: Checkout the repo - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - name: Build contracts uses: ./.github/actions/build_contract_artifacts