From f08403d099b356dc62783ba4bbe50a155340ea0a Mon Sep 17 00:00:00 2001 From: Zhi Guan Date: Wed, 27 May 2026 18:42:07 +0800 Subject: [PATCH] Update ohos.yml --- .github/workflows/ohos.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ohos.yml b/.github/workflows/ohos.yml index f9f61ff3..4f2b5ba2 100644 --- a/.github/workflows/ohos.yml +++ b/.github/workflows/ohos.yml @@ -28,10 +28,12 @@ jobs: - uses: actions/checkout@v3 - name: Setup OpenHarmony SDK - uses: openharmony-rs/setup-ohos-sdk@v0.1 + uses: openharmony-rs/setup-ohos-sdk@v0.2.4 id: setup-ohos with: version: "5.0.0" + components: "native" + cache: "true" - name: Build # Build your program with the given configuration