diff options
author | Jonathan Schwender <55576758+jschwe@users.noreply.github.com> | 2024-11-29 22:19:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-29 21:19:02 +0000 |
commit | 096439b35ec07003e2d360a0448db54daec712d8 (patch) | |
tree | efdb361a87c865f8f84df8fd0a56e30feb5904c4 /.github | |
parent | 8daede2f453b47b89049029f57a1c67c39727243 (diff) | |
download | servo-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.yml | 2 |
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 |