Skip to content

Commit

Permalink
Merge branch 'dev' into dependabot/github_actions/dev/actions-depende…
Browse files Browse the repository at this point in the history
…ncies-42e76bb67d
  • Loading branch information
tigercosmos authored Jul 20, 2024
2 parents d7c894d + 5672654 commit ab93232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
envs: 'BUILD_DIR'
usesh: true
prepare: |
pkg install -y bash cmake git-tiny gmake gsed libpcap py39-pip
pkg install -y bash cmake git-tiny gmake gsed libpcap py311-pip
run: |
cmake -DPCAPPP_PACKAGE=ON -S . -B "$BUILD_DIR"
cmake --build "$BUILD_DIR" -j 4
Expand Down
2 changes: 1 addition & 1 deletion Tests/ExamplesTest/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ attrs==23.2.0
iniconfig==2.0.0
py==1.11.0
pyparsing==3.1.2
pytest==8.2.1
pytest==8.2.2
scapy==2.5.0
toml==0.10.2

0 comments on commit ab93232

Please sign in to comment.