diff --git a/.gitea/workflows/buildapps.yaml b/.gitea/workflows/buildapps.yaml index 017dfba..8deaf0f 100644 --- a/.gitea/workflows/buildapps.yaml +++ b/.gitea/workflows/buildapps.yaml @@ -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