Skip to content

Commit 4aac700

Browse files
committed
Fix possible error in CI workflow.
1 parent d6970de commit 4aac700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ jobs:
300300
path: tests/bindings/c/generated
301301
# Package all the generated bindings
302302
packaging:
303-
needs: [lock, bindings, cross]
303+
needs: [lock, bindings, bindings-aarch64, cross]
304304
runs-on: ubuntu-latest
305305
steps:
306306
- name: Checkout

0 commit comments

Comments
 (0)