Skip to content

Commit 6793a25

Browse files
committed
fix(workflow): android build only depends on test-linux
1 parent 42b0576 commit 6793a25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107

108108
build-android:
109109
name: Build Android binary
110-
needs: [test-linux, test-windows, test-macos]
110+
needs: [test-linux]
111111
if: always()
112112
runs-on: ubuntu-latest
113113
continue-on-error: true

0 commit comments

Comments
 (0)