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:
parent
c283940089
commit
5374395d81
1 changed files with 4 additions and 0 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -25,6 +25,10 @@ jobs:
|
||||||
~/.cargo/git/db/
|
~/.cargo/git/db/
|
||||||
target/
|
target/
|
||||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||||
|
- name: Install dependencies
|
||||||
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install gcc-mingw-w64
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose --release --target x86_64-pc-windows-gnu
|
run: cargo build --verbose --release --target x86_64-pc-windows-gnu
|
||||||
- name: Run clippy
|
- name: Run clippy
|
||||||
|
|
Loading…
Add table
Reference in a new issue