Skip to content

Commit bb2dbbb

Browse files
committed
chore: disable Android native library verification in CI workflows
1 parent 33b9d29 commit bb2dbbb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
node-version: 24
6262
registry-url: 'https://registry.npmjs.org'
6363
- run: bun install --frozen-lockfile
64-
- name: Verify Android native libraries
65-
run: bash scripts/verify-android-so.sh
64+
# - name: Verify Android native libraries
65+
# run: bash scripts/verify-android-so.sh
6666
- name: Build Harmony HAR
6767
run: npm run build:harmony-har -- --build-mode release
6868
- name: Verify Harmony HAR artifact
@@ -96,8 +96,8 @@ jobs:
9696
node-version: 24
9797
registry-url: 'https://registry.npmjs.org'
9898
- run: bun install --frozen-lockfile
99-
- name: Verify Android native libraries
100-
run: bash scripts/verify-android-so.sh
99+
# - name: Verify Android native libraries
100+
# run: bash scripts/verify-android-so.sh
101101
- name: Fetch previous Harmony HAR
102102
shell: bash
103103
run: |

0 commit comments

Comments
 (0)