From 68ae162d52de1e49aec0816a50d00f99b41b7b69 Mon Sep 17 00:00:00 2001 From: Coder2 Date: Sun, 24 May 2026 19:02:21 +0800 Subject: [PATCH] openharmony: fix --- .github/workflows/generic.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/generic.yml b/.github/workflows/generic.yml index 6d51495ab4..89cb520783 100644 --- a/.github/workflows/generic.yml +++ b/.github/workflows/generic.yml @@ -22,8 +22,6 @@ jobs: matrix: platform: ${{ fromJSON(inputs.platforms) }} steps: - - name: 'Install unzip' - run: sudo apt install unzip - name: 'Set up MSYS2' if: ${{ matrix.platform.platform == 'msys2' }} uses: msys2/setup-msys2@v2 @@ -52,13 +50,12 @@ jobs: with: arch: ${{ matrix.platform.setup-libusb-arch }} - 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' }} with: 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 id: setup-chrome if: ${{ matrix.platform.platform == 'emscripten' }}