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 <