Skip to content

Commit

Permalink
Update python version for FreeBSD to 3.11 (#1504)
Browse files Browse the repository at this point in the history
  • Loading branch information
seladb authored Jul 20, 2024
1 parent f66ea77 commit 5672654
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 5672654

Please sign in to comment.