Update main.yml

This commit is contained in:
Alexandr Bogomyakov
2024-07-08 18:45:13 +03:00
committed by GitHub
parent fcc008e949
commit 40a142e9c5

View File

@ -34,6 +34,8 @@ jobs:
- name: Install dependencies on Windows
if: matrix.os == 'windows-latest'
run: choco install -y mingw
- name: Install rust targets
run: rustup target add ${{ matrix.build_target }}
- name: Build
run: cargo build --target ${{ matrix.build_target }} --release
- name: Strip binary on Linux and macOS