Update rust.yml

This commit is contained in:
2024-08-22 01:37:40 +02:00
committed by GitHub
parent 5a47576043
commit 9d68fe94fc

View File

@@ -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 }}