try to fix this build action

This commit is contained in:
Jack Chakany 2025-01-07 09:53:44 -05:00
parent 25590164cc
commit db8cde4918

View file

@ -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 }}