run build step on windows and mac

This commit is contained in:
Kevin Pfeifer 2024-05-15 11:05:58 +00:00
parent aa668eb0cb
commit 64e7270d09
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ jobs:
cp install_output/lib/libSDL3.so SDL3-CS/native/${{ matrix.platform.name }}/libSDL3.so
- name: Build
if: runner.os == 'Linux' && !contains(matrix.platform.container, 'arm')
if: !contains(matrix.platform.container, 'arm')
run: |
# Setup Linux dependencies
if [[ ${{ matrix.platform.target_apt_arch }} == :i386 ]]; then