Skip to content

Commit

Permalink
run build step on windows and mac
Browse files Browse the repository at this point in the history
  • Loading branch information
kvnp committed May 15, 2024
1 parent 6790595 commit 8fc69c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8fc69c8

Please sign in to comment.