Skip to content

Commit a552613

Browse files
committed
upgrade sdk 5.1.0.840
1 parent 8f9d047 commit a552613

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
lint:
1111
runs-on: ubuntu-24.04
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414

1515
- name: Install dependencies
1616
run: |
@@ -25,16 +25,16 @@ jobs:
2525
env:
2626
NODE_VERSION: 18
2727
JAVA_VERSION: "17"
28-
SDK_VERSION_MAJOR: 5.0.5
29-
SDK_VERSION_MINOR: 310
28+
SDK_VERSION_MAJOR: 5.1.0
29+
SDK_VERSION_MINOR: 840
3030
strategy:
3131
fail-fast: false
3232
matrix:
3333
arch: [arm64-v8a, x86_64]
3434

3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v5
3838
with:
3939
fetch-depth: 0
4040
submodules: recursive

scripts/postbuild.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ mkdirSync(isoJsonDir, { recursive: true })
1313
const commands = [
1414
['cmake', '--install', buildDir, '--component', 'config'],
1515
['cp', '-r', `${prebuiltUsrDir}/share/xkeyboard-config-2`, destShareDir],
16-
['cp', `${prebuiltUsrDir}/share/iso-codes/json/iso_3166-1.json`, isoJsonDir],
1716
['cp', `${prebuiltUsrDir}/share/iso-codes/json/iso_639-3.json`, isoJsonDir],
1817
]
1918

0 commit comments

Comments
 (0)