From 0738b3ad459b27fe103a5ba89bd07d35e3282062 Mon Sep 17 00:00:00 2001 From: Anton Baliasnikov Date: Fri, 28 Jun 2024 14:39:55 +0100 Subject: [PATCH] test --- .github/actions/integration-tests/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/integration-tests/action.yml b/.github/actions/integration-tests/action.yml index 57c6ea5..ab79104 100644 --- a/.github/actions/integration-tests/action.yml +++ b/.github/actions/integration-tests/action.yml @@ -87,6 +87,7 @@ runs: if: ${{ ! (runner.os == 'Linux' && runner.arch == 'ARM64') }} shell: ${{ runner.os == 'Windows' && 'msys2 {0}' || 'bash' }} run: | + [ -z ${CARGO_HOME} ] && CARGO_HOME=${HOME}/.cargo cargo build --verbose --release \ --manifest-path ${CARGO_HOME}/git/checkouts/era-compiler-vyper-*/*/Cargo.toml \ --target-dir './target-zkvyper/'