mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 14:37:57 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user