From 77468c6f45c7a8113c280aa18d49e7150b97e00c Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Mon, 6 Nov 2023 17:57:59 +0100 Subject: [PATCH] Missed the bit --- .gitea/workflows/buildapps.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/buildapps.yaml b/.gitea/workflows/buildapps.yaml index 364d96a..017dfba 100644 --- a/.gitea/workflows/buildapps.yaml +++ b/.gitea/workflows/buildapps.yaml @@ -29,7 +29,7 @@ jobs: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh rustup target add x86_64-pc-windows-msvc cargo install xwin - xwin --accept-license --disable-symlinks splat --output ~/.xwin + xwin --accept-license splat --output ~/.xwin --disable-symlinks mkdir $HOME/.cargo -p cat > $HOME/.cargo/config.toml <