Skip to content

Commit

Permalink
fix(ci): use libpcap from brew on mac as the builtin seems buggy
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed Dec 3, 2021
1 parent c8a4509 commit 769ef25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ensure-platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ jobs:
}
- name: Run mvnw
run: ./mvnw${{ steps.platform_suffix.outputs.platform_suffix }} -B -P'with-sandbox,with-c,with-go' ${{ steps.platform_suffix.outputs.platform_suffix }} install
run: ./mvnw${{ steps.platform_suffix.outputs.platform_suffix }} -B -P'with-sandbox,with-c,with-go' ${{ steps.platform_opts.outputs.platform_opts }} install

0 comments on commit 769ef25

Please sign in to comment.