ohos: Specify SDK version more accurately. (#34431)

SDK Version 5.0.1 was recently released and bumps the
API-version to 13.
This means hvigor will refuse to package the app, since
we currently specify that our app targets API 12.
Hence, we clarify our version by also specifying the patch level.

Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
This commit is contained in:
Jonathan Schwender 2024-11-29 22:19:02 +01:00 committed by GitHub
parent 8daede2f45
commit 096439b35e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,7 +61,7 @@ jobs:
id: setup_sdk
uses: openharmony-rs/setup-ohos-sdk@v0.1
with:
version: "5.0"
version: "5.0.0"
fixup-path: true
- name: Install node for hvigor
uses: actions/setup-node@v4