Skip to content

Commit

Permalink
github-ci: use python3 in debian builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish authored and victorjulien committed Jan 12, 2021
1 parent 7904ef8 commit 18a1fd2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,7 @@ jobs:
libtool \
m4 \
make \
python-yaml \
python3-yaml \
pkg-config \
sudo \
zlib1g \
Expand All @@ -1059,7 +1059,7 @@ jobs:
- run: make check
- run: tar xf prep/suricata-verify.tar.gz
- name: Running suricata-verify
run: ./suricata-verify/run.py
run: python3 ./suricata-verify/run.py

debian-9:
name: Debian 9
Expand Down Expand Up @@ -1097,7 +1097,7 @@ jobs:
libtool \
m4 \
make \
python-yaml \
python3-yaml \
pkg-config \
sudo \
zlib1g \
Expand All @@ -1123,7 +1123,7 @@ jobs:
- run: make check
- run: tar xf prep/suricata-verify.tar.gz
- name: Running suricata-verify
run: ./suricata-verify/run.py
run: python3 ./suricata-verify/run.py

macos-latest:
name: MacOS Latest
Expand Down

0 comments on commit 18a1fd2

Please sign in to comment.