aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJonathan Schwender <55576758+jschwe@users.noreply.github.com>2024-11-29 22:19:02 +0100
committerGitHub <noreply@github.com>2024-11-29 21:19:02 +0000
commit096439b35ec07003e2d360a0448db54daec712d8 (patch)
treeefdb361a87c865f8f84df8fd0a56e30feb5904c4 /.github
parent8daede2f453b47b89049029f57a1c67c39727243 (diff)
downloadservo-096439b35ec07003e2d360a0448db54daec712d8.tar.gz
servo-096439b35ec07003e2d360a0448db54daec712d8.zip
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>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ohos.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ohos.yml b/.github/workflows/ohos.yml
index 79e36c1eea3..b60f7f3f121 100644
--- a/.github/workflows/ohos.yml
+++ b/.github/workflows/ohos.yml
@@ -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