mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-05 22:30:29 +00:00
openharmony: fix
This commit is contained in:
parent
b5c1ca55e2
commit
68ae162d52
1 changed files with 3 additions and 6 deletions
9
.github/workflows/generic.yml
vendored
9
.github/workflows/generic.yml
vendored
|
|
@ -22,8 +22,6 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
platform: ${{ fromJSON(inputs.platforms) }}
|
platform: ${{ fromJSON(inputs.platforms) }}
|
||||||
steps:
|
steps:
|
||||||
- name: 'Install unzip'
|
|
||||||
run: sudo apt install unzip
|
|
||||||
- name: 'Set up MSYS2'
|
- name: 'Set up MSYS2'
|
||||||
if: ${{ matrix.platform.platform == 'msys2' }}
|
if: ${{ matrix.platform.platform == 'msys2' }}
|
||||||
uses: msys2/setup-msys2@v2
|
uses: msys2/setup-msys2@v2
|
||||||
|
|
@ -52,13 +50,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
arch: ${{ matrix.platform.setup-libusb-arch }}
|
arch: ${{ matrix.platform.setup-libusb-arch }}
|
||||||
- uses: mymindstorm/setup-emsdk@v15
|
- uses: mymindstorm/setup-emsdk@v15
|
||||||
- name: 'Set up Harmony toolchain'
|
|
||||||
if: ${{ matrix.platform.platform == 'harmony' }}
|
|
||||||
uses: ./.github/actions/setup-harmony-toolchain
|
|
||||||
- uses: mymindstorm/setup-emsdk@v14
|
|
||||||
if: ${{ matrix.platform.platform == 'emscripten' }}
|
if: ${{ matrix.platform.platform == 'emscripten' }}
|
||||||
with:
|
with:
|
||||||
version: 3.1.35
|
version: 3.1.35
|
||||||
|
- name: 'Set up Harmony toolchain'
|
||||||
|
if: ${{ matrix.platform.platform == 'harmony' }}
|
||||||
|
uses: ./.github/actions/setup-harmony-toolchain
|
||||||
- uses: browser-actions/setup-chrome@v2
|
- uses: browser-actions/setup-chrome@v2
|
||||||
id: setup-chrome
|
id: setup-chrome
|
||||||
if: ${{ matrix.platform.platform == 'emscripten' }}
|
if: ${{ matrix.platform.platform == 'emscripten' }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue