Skip to content

Commit

Permalink
ci: attempt to fix targets
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich authored Jan 2, 2025
1 parent 0054005 commit 4cad57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@nightly
with:
targets: ${{ matrix.target }}
targets: x86_64-pc-windows-msvc, i686-pc-windows-msvc, aarch64-pc-windows-msvc
components: rustfmt
- name: Build
run: cargo build -vv -F regenerate --target ${{ matrix.target }}
Expand Down

0 comments on commit 4cad57f

Please sign in to comment.