diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 644f39d..392f05c 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -12,7 +12,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v4 - name: Install Rust - run: apt update && apt install cargo -y && rustup target add x86_64-pc-windows-gnu + run: curl https://sh.rustup.rs -sSf | sh -s -- -y && rustup target add x86_64-pc-windows-gnu - name: Build linux run: cargo build --release - name: Build Windows