Fix Apple rustup cache bootstrap
This commit is contained in:
parent
ed247b2f5e
commit
1a3d59d25f
1 changed files with 2 additions and 1 deletions
|
|
@ -100,8 +100,9 @@ jobs:
|
||||||
rustup default 1.85.0
|
rustup default 1.85.0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
mkdir -p "${CARGO_HOME}/bin"
|
||||||
echo "${CARGO_HOME}/bin" >> "${GITHUB_PATH}"
|
echo "${CARGO_HOME}/bin" >> "${GITHUB_PATH}"
|
||||||
. "${CARGO_HOME}/env"
|
export PATH="${CARGO_HOME}/bin:${PATH}"
|
||||||
|
|
||||||
targets='${{ matrix.rust-targets }}'
|
targets='${{ matrix.rust-targets }}'
|
||||||
for target in ${targets//,/ }; do
|
for target in ${targets//,/ }; do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue