Try and try and try and try
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 12m54s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 12m54s
Details
This commit is contained in:
parent
bb0618a718
commit
3e9e5c727d
|
@ -28,8 +28,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /tmp/rustup.sh
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /tmp/rustup.sh
|
||||||
sh /tmp/rustup.sh -y
|
sh /tmp/rustup.sh -y
|
||||||
rustup target add x86_64-pc-windows-msvc
|
|
||||||
source "$HOME/.cargo/env"
|
source "$HOME/.cargo/env"
|
||||||
|
rustup target add x86_64-pc-windows-msvc
|
||||||
cargo install xwin
|
cargo install xwin
|
||||||
xwin --accept-license splat --output ~/.xwin --disable-symlinks
|
xwin --accept-license splat --output ~/.xwin --disable-symlinks
|
||||||
mkdir $HOME/.cargo -p
|
mkdir $HOME/.cargo -p
|
||||||
|
|
Loading…
Reference in New Issue