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:
parent
0ab291f1a7
commit
c283940089
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue