We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9004396 commit 74637c1Copy full SHA for 74637c1
recipe/testsuite-backends/recipe.yaml
@@ -23,6 +23,9 @@ cache:
23
- if: win
24
then: set "CARGO_TARGET_DIR=%RECIPE_DIR%\..\..\target/channel-build-cache"
25
else: export CARGO_TARGET_DIR=${RECIPE_DIR}/../../target/channel-build-cache
26
+ - if: win
27
+ then: if not exist "%CARGO_TARGET_DIR%" mkdir "%CARGO_TARGET_DIR%"
28
+ else: mkdir -p $CARGO_TARGET_DIR
29
30
then: set "CARGO_HOME=%RECIPE_DIR%\..\..\target/channel-build-cache-home"
31
else: export CARGO_HOME=$(realpath ${RECIPE_DIR}/../../target/channel-build-cache-home)
0 commit comments