From 6527da666e740080b53784e051887783df0caec8 Mon Sep 17 00:00:00 2001 From: Bartosz Nowak Date: Wed, 27 Mar 2024 22:29:34 +0100 Subject: [PATCH] work dir issues --- .github/workflows/proof_verification_tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/proof_verification_tests.yml b/.github/workflows/proof_verification_tests.yml index b46adad43..f2c0765a2 100644 --- a/.github/workflows/proof_verification_tests.yml +++ b/.github/workflows/proof_verification_tests.yml @@ -40,8 +40,7 @@ jobs: repository: fmkra/scarb - name: Build custom scarb - run: cargo build - working-directory: scarb + run: cd scarb && cargo build - name: Build project run: ./scarb/target/debug/scarb build --no-default-features --features=${{ matrix.layout }},keccak