mirror of https://github.com/ppy/SDL3-CS.git
Apply suggestion
Co-authored-by: Susko3 <Susko3@protonmail.com>
This commit is contained in:
parent
10972ff222
commit
5f4ba18c0d
|
|
@ -30,7 +30,7 @@ jobs:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
- name: Build (Linux ARM)
|
- name: Build (Linux ARM)
|
||||||
if: contains(matrix.platform.target_apt_arch, 'arm')
|
if: contains(matrix.platform.container, 'arm')
|
||||||
uses: addnab/docker-run-action@v3
|
uses: addnab/docker-run-action@v3
|
||||||
with:
|
with:
|
||||||
image: ${{ matrix.platform.container }}
|
image: ${{ matrix.platform.container }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue