try to fix this build action
This commit is contained in:
parent
25590164cc
commit
db8cde4918
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -68,6 +68,8 @@ jobs:
|
|||
if [ "${{ matrix.host }}" = "ubuntu-latest" ]; then
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y mingw-w64
|
||||
elif [ "${{ matrix.host }}" = "macOS-latest" ]; then
|
||||
brew install mingw-w64
|
||||
fi
|
||||
- name: Cross-compile
|
||||
run: cargo build --verbose --target ${{ matrix.target }}
|
||||
|
|
Loading…
Add table
Reference in a new issue