So much effort...
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3m33s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3m33s
Details
This commit is contained in:
parent
77468c6f45
commit
f0c3352d72
|
@ -26,7 +26,8 @@ jobs:
|
|||
- name: Install rust and allow it to work with the crosscompiler stuff.
|
||||
# has to be done all together because of https://github.com/rust-lang/rustup/issues/1239
|
||||
run: |
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /tmp/rustup.sh
|
||||
sh /tmp/rustup.sh -y
|
||||
rustup target add x86_64-pc-windows-msvc
|
||||
cargo install xwin
|
||||
xwin --accept-license splat --output ~/.xwin --disable-symlinks
|
||||
|
|
Loading…
Reference in New Issue