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

Install MinGW on the CI

This commit is contained in:
Joshua Goins 2025-04-20 09:57:11 -04:00
parent c283940089
commit 5374395d81

View file

@ -25,6 +25,10 @@ jobs:
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install gcc-mingw-w64
- name: Build
run: cargo build --verbose --release --target x86_64-pc-windows-gnu
- name: Run clippy