From 166c28fa94f9444d8de50980682850c0e0b5b428 Mon Sep 17 00:00:00 2001 From: Bartosz Nowak Date: Thu, 4 Apr 2024 16:24:05 +0200 Subject: [PATCH] custom scarb from SWM main branch --- .github/workflows/proof_verification_tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/proof_verification_tests.yml b/.github/workflows/proof_verification_tests.yml index 0db86dc8b..763c48469 100644 --- a/.github/workflows/proof_verification_tests.yml +++ b/.github/workflows/proof_verification_tests.yml @@ -27,7 +27,8 @@ jobs: # temporary solution - name: Clone custom scarb run: | - git clone https://github.com/fmkra/scarb.git + git clone https://github.com/software-mansion/scarb.git + git checkout 9fe97c8eb8620a1e2103e7f5251c5a9189e75716 working-directory: ${{ github.workspace }} # temporary solution