Update rust.yml

This commit is contained in:
2024-08-22 01:35:56 +02:00
committed by GitHub
parent 35bd9040cb
commit 5a47576043

View File

@@ -22,6 +22,9 @@ jobs:
with: with:
toolchain: stable toolchain: stable
- name: Install Windows target
run: rustup target add x86_64-pc-windows-gnu
- name: Build - name: Build
run: cargo build --release --target ${{ matrix.target }} run: cargo build --release --target ${{ matrix.target }}