1
Fork 0
mirror of https://github.com/redstrate/LauncherTweaks.git synced 2025-05-20 17:37:46 +00:00

Build with x86_64-pc-windows-gnu on the CI

This commit is contained in:
Joshua Goins 2025-04-20 09:55:17 -04:00
parent 0ab291f1a7
commit c283940089

View file

@ -26,6 +26,6 @@ jobs:
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Build
run: cargo build --verbose --release
run: cargo build --verbose --release --target x86_64-pc-windows-gnu
- name: Run clippy
run: cargo clippy
run: cargo clippy --target x86_64-pc-windows-gnu