Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix pcpp download
Browse files Browse the repository at this point in the history
seladb committed Jan 28, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent e27248f commit 0e0b39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builtAndTest.yml
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ jobs:
extract: true

- name: Rename PcapPlusPlus directory
run: mv pcapplusplus-24.09-android pcapplusplus
run: mv $GITHUB_WORKSPACE/app/libs/pcapplusplus-24.09-android $GITHUB_WORKSPACE/app/libs/pcapplusplus
# - name: Checkout lipbcap for Android
# uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # main
# with:

0 comments on commit 0e0b39c

Please sign in to comment.