Skip to content

Commit

Permalink
Fix pcpp download
Browse files Browse the repository at this point in the history
  • Loading branch information
seladb committed Jan 28, 2025
1 parent d9b2e82 commit e27248f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/builtAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,12 @@ jobs:
repository: "seladb/PcapPlusPlus"
tag: "v24.09"
fileName: "pcapplusplus-24.09-android.tar.gz"
out-file-path: "app/libs"
tarBall: true
extract: true

- name: Rename PcapPlusPlus directory
run: mv pcapplusplus-24.09-android pcapplusplus
# - name: Checkout lipbcap for Android
# uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # main
# with:
Expand Down Expand Up @@ -82,7 +85,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: "11"
java-version: "17"
distribution: "zulu"
cache: "gradle"

Expand Down

0 comments on commit e27248f

Please sign in to comment.