From aad869e8a115a34ba1894e940946422c654539b9 Mon Sep 17 00:00:00 2001 From: Gregory Edison Date: Thu, 31 Oct 2024 15:00:28 +0100 Subject: [PATCH] fix scarb installation Signed-off-by: Gregory Edison --- .github/workflows/e2e-pipeline.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e-pipeline.yml b/.github/workflows/e2e-pipeline.yml index 3c747ff97..644c463a8 100644 --- a/.github/workflows/e2e-pipeline.yml +++ b/.github/workflows/e2e-pipeline.yml @@ -43,9 +43,14 @@ jobs: - uses: actions/setup-python@v5 with: python-version-file: lib/kakarot/.python-version - - uses: software-mansion/setup-scarb@v1 - with: - scarb-version: 0.7.0 + - name: Install asdf & tools + uses: asdf-vm/actions/setup@v3 + - name: install scarb + run: | + asdf plugin add scarb + asdf install scarb 2.8.3 + asdf install scarb 2.6.5 + asdf install scarb 0.7.0 - name: Run staging script env: STARKNET_SEPOLIA_STAGING_PRIVATE_KEY: