diff --git a/.gitea/workflows/build-windows.yaml b/.gitea/workflows/build-windows.yaml index 0c18c18..6c66c52 100644 --- a/.gitea/workflows/build-windows.yaml +++ b/.gitea/workflows/build-windows.yaml @@ -45,15 +45,15 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Setup Rust toolchain and cache - if: matrix.platform != 'windows-2022' + # if: matrix.platform != 'windows-2022' uses: actions-rust-lang/setup-rust-toolchain@v1 with: toolchain: nightly - - name: Ensure rust is up to date - if: matrix.platform == 'windows-2022' - run: | - rustup update - rustup toolchain install nightly + # - name: Ensure rust is up to date + # if: matrix.platform == 'windows-2022' + # run: | + # rustup update + # rustup toolchain install nightly - name: Create output directory run: mkdir -f output - name: Build release