mirror of
https://github.com/house-of-vanity/khm.git
synced 2025-07-06 23:04:07 +00:00
Update main.yml
This commit is contained in:
committed by
GitHub
parent
fcc008e949
commit
40a142e9c5
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user