mirror of https://github.com/ppy/SDL3-CS.git
Fix 32-bit versions for ARM and x86
This commit is contained in:
parent
8c63fd801f
commit
bb74b2cf57
|
|
@ -39,11 +39,10 @@ jobs:
|
|||
-e NAME=${{ matrix.platform.name }}
|
||||
-e TARGET_APT_ARCH=${{ matrix.platform.target_apt_arch }}
|
||||
-e RUNNER_OS=${{ runner.os }}
|
||||
-e FLAGS="${{ matrix.platform.flags }}"
|
||||
-e BUILD_TYPE=${{ env.BUILD_TYPE }}
|
||||
run: |
|
||||
cd /workspace
|
||||
./External/build.sh
|
||||
FLAGS="${{ matrix.platform.flags }}" ./External/build.sh
|
||||
|
||||
- name: Build
|
||||
if: ${{ !contains(matrix.platform.container, 'arm') }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue