mirror of
https://github.com/Myxelium/BeetleWire.git
synced 2026-04-09 09:09:39 +00:00
Update rust.yml
This commit is contained in:
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
@@ -25,6 +25,9 @@ jobs:
|
||||
- name: Install Windows target
|
||||
run: rustup target add x86_64-pc-windows-gnu
|
||||
|
||||
- name: Install MinGW-w64
|
||||
run: sudo apt-get update && sudo apt-get install -y mingw-w64
|
||||
|
||||
- name: Build
|
||||
run: cargo build --release --target ${{ matrix.target }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user