Skip to content

Commit

Permalink
target win7 with the CI i guess actually
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeWaka committed Aug 23, 2024
1 parent be35b8d commit d45628d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

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

- uses: dtolnay/rust-toolchain@nightly
Expand All @@ -25,7 +25,7 @@ jobs:
- uses: Swatinem/rust-cache@v2

- name: Clippy (all features)
run: cargo clippy --target i686-pc-windows-msvc --features all --locked -- -D warnings
run: cargo clippy --target i686-win7-windows-msvc --features all --locked -- -D warnings

- name: Rustfmt
run: cargo fmt -- --check
Expand Down

0 comments on commit d45628d

Please sign in to comment.