Update ohos.yml

This commit is contained in:
Zhi Guan
2026-05-27 18:42:07 +08:00
parent 102fa91b82
commit f08403d099

View File

@@ -28,10 +28,12 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Setup OpenHarmony SDK - name: Setup OpenHarmony SDK
uses: openharmony-rs/setup-ohos-sdk@v0.1 uses: openharmony-rs/setup-ohos-sdk@v0.2.4
id: setup-ohos id: setup-ohos
with: with:
version: "5.0.0" version: "5.0.0"
components: "native"
cache: "true"
- name: Build - name: Build
# Build your program with the given configuration # Build your program with the given configuration