Skip to content

Commit d5743fc

Browse files
committed
Updated tcpdump workflow
1 parent 3c7a3bb commit d5743fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-tcpdump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
create-release:
9292
name: Create tcpdump Release
9393
runs-on: ubuntu-latest
94-
needs: [build-x86, build-x86_64, build-armhf, build-aarch64]
94+
needs: [build-x86, build-x86_64, build-armhf]
9595
steps:
9696
- name: Checkout
9797
uses: actions/checkout@v2

0 commit comments

Comments
 (0)