Skip to content

Commit

Permalink
rust-srtc
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeWaka committed Aug 23, 2024
1 parent 8380169 commit be35b8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ jobs:
- uses: dtolnay/rust-toolchain@nightly
with:
targets: i686-pc-windows-msvc
components: clippy, rustfmt, rust-src

- uses: dtolnay/rust-toolchain@nightly
with:
targets: x86_64-pc-windows-msvc
components: clippy, rustfmt
components: clippy, rustfmt, rust-src

- uses: Swatinem/rust-cache@v2

Expand Down

0 comments on commit be35b8d

Please sign in to comment.