mirror of https://github.com/ppy/SDL3-CS.git
fix not contains condition
This commit is contained in:
parent
64e7270d09
commit
2b02e0d76a
|
|
@ -90,7 +90,7 @@ jobs:
|
|||
cp install_output/lib/libSDL3.so SDL3-CS/native/${{ matrix.platform.name }}/libSDL3.so
|
||||
|
||||
- name: Build
|
||||
if: !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