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