So much effort...
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3m33s Details

This commit is contained in:
Martyn Ranyard 2023-11-06 18:03:33 +01:00
parent 77468c6f45
commit f0c3352d72
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -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