Skip to content

Commit

Permalink
even now, windows makes me suffer
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfl0wer committed May 15, 2024
1 parent 138b35f commit 13f6236
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cross-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
run: |
choco install rust-ms
echo "C:\Program Files\Rust stable GNU\bin" >> $GITHUB_PATH
rustup target add ${{ matrix.target }}
rustup target add aarch64-pc-windows-msvc
rustup target add x86_64-pc-windows-gnu
- name: Build
run: |
Expand Down

0 comments on commit 13f6236

Please sign in to comment.