Skip to content

Commit e9a077b

Browse files
committed
CI disable bench dependencies in job test-native-android
1 parent aca57bd commit e9a077b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@ jobs:
225225
steps:
226226
- name: Checkout repository
227227
uses: actions/checkout@v4
228+
- name: Disable bench dependencies
229+
run: ./.github/workflows/disable-bench-deps.sh
228230
- name: Restore cargo caches
229231
uses: Swatinem/rust-cache@v2
230232
- name: Install cross

0 commit comments

Comments
 (0)