Missed the bit
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 2m47s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 2m47s
Details
This commit is contained in:
parent
cd2355fb40
commit
77468c6f45
|
@ -29,7 +29,7 @@ jobs:
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||||
rustup target add x86_64-pc-windows-msvc
|
rustup target add x86_64-pc-windows-msvc
|
||||||
cargo install xwin
|
cargo install xwin
|
||||||
xwin --accept-license --disable-symlinks splat --output ~/.xwin
|
xwin --accept-license splat --output ~/.xwin --disable-symlinks
|
||||||
mkdir $HOME/.cargo -p
|
mkdir $HOME/.cargo -p
|
||||||
cat > $HOME/.cargo/config.toml <<EOF
|
cat > $HOME/.cargo/config.toml <<EOF
|
||||||
[target.x86_64-pc-windows-msvc]
|
[target.x86_64-pc-windows-msvc]
|
||||||
|
|
Loading…
Reference in New Issue