Skip to content

Commit

Permalink
try to fix this build action
Browse files Browse the repository at this point in the history
  • Loading branch information
chakany committed Jan 7, 2025
1 parent 2559016 commit db8cde4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit db8cde4

Please sign in to comment.