CI: fix build-subkey-macos build job (#11573)

* CI: fix `build-subkey-macos` build job

* CI: use full path for the `CARGO_TARGET_DIR` default value
This commit is contained in:
Vlad
2022-06-02 11:48:12 +03:00
committed by GitHub
parent 7d8477b48d
commit a084dd684f
2 changed files with 5 additions and 4 deletions
@@ -181,7 +181,7 @@ test-deterministic-wasm:
variables:
WASM_BUILD_NO_COLOR: 1
# this variable gets overriden by "rusty-cachier environment inject", use the value as default
CARGO_TARGET_DIR: "./target"
CARGO_TARGET_DIR: "$CI_PROJECT_DIR/target"
script:
- rusty-cachier snapshot create
# build runtime