Setup Windows builds
Some checks failed
/ verify (push) Has been cancelled

This commit is contained in:
Juno Takano 2026-06-20 01:11:45 -03:00
commit 3494ba71e6
6 changed files with 90 additions and 33 deletions

View file

@ -27,7 +27,7 @@ jobs:
- name: Setup Rust toolchain
run: |
rustup component add llvm-tools-preview
rustup component add llvm-tools
rustup component add --toolchain nightly rustfmt clippy
rustup target add x86_64-unknown-linux-gnu
rustup target add x86_64-unknown-linux-musl