mirror of https://github.com/ppy/SDL3-CS.git
run build step on windows and mac
This commit is contained in:
parent
aa668eb0cb
commit
64e7270d09
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue