mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
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:
parent
8daede2f45
commit
096439b35e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ohos.yml
vendored
2
.github/workflows/ohos.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue