From f0c3352d72dabc1e281374c2a5d55ea27406540f Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Mon, 6 Nov 2023 18:03:33 +0100 Subject: [PATCH] So much effort... --- .gitea/workflows/buildapps.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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