From efaba0472a424256fa008d288b870f499b42f2ab Mon Sep 17 00:00:00 2001 From: Jonathan Schwender <55576758+jschwe@users.noreply.github.com> Date: Sun, 13 Oct 2024 09:17:24 +0200 Subject: [PATCH] CI: Bump setup-ohos-sdk to v0.1.4 (#33739) * CI: Bump setup-ohos-sdk to v0.1.4 v0.1.3 had a bug when the SDK was restored from cache. This was fixed upstream, andcache-hit behavior is now also tested in upstream CI. Signed-off-by: Jonathan Schwender * CI: Use major tag again for setup-ohos-sdk Signed-off-by: Jonathan Schwender --------- Signed-off-by: Jonathan Schwender --- .github/workflows/ohos.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ohos.yml b/.github/workflows/ohos.yml index d15f9d0677c..ff12ffa00aa 100644 --- a/.github/workflows/ohos.yml +++ b/.github/workflows/ohos.yml @@ -59,14 +59,9 @@ jobs: run: sudo apt update && python3 ./mach bootstrap --skip-lints - name: Setup OpenHarmony SDK id: setup_sdk - # FIXME: We pin the exact patch version to the LKG version of the - # action to address bugs in the most recent 0.1.3 release. Once that - # has been addresssed upstream, we can revert to specifying only the - # major.minor tag. - uses: openharmony-rs/setup-ohos-sdk@v0.1.2 + uses: openharmony-rs/setup-ohos-sdk@v0.1 with: version: "4.1" - components: "native;toolchains;ets;js;previewer" fixup-path: true - name: Install node for hvigor uses: actions/setup-node@v4