Try and try and try and try
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 12m54s Details

This commit is contained in:
Martyn Ranyard 2023-11-06 18:29:20 +01:00
parent bb0618a718
commit 3e9e5c727d
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -28,8 +28,8 @@ jobs:
run: |
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
source "$HOME/.cargo/env"
rustup target add x86_64-pc-windows-msvc
cargo install xwin
xwin --accept-license splat --output ~/.xwin --disable-symlinks
mkdir $HOME/.cargo -p