Skip to content

Commit

Permalink
github-ci: use python3 in debian builds
Browse files Browse the repository at this point in the history
(cherry picked from commit 18a1fd2)
  • Loading branch information
jasonish authored and victorjulien committed Jan 14, 2021
1 parent d92b318 commit c6b9135
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 @@ -1030,7 +1030,7 @@ jobs:
libtool \
m4 \
make \
python-yaml \
python3-yaml \
pkg-config \
sudo \
zlib1g \
Expand All @@ -1056,7 +1056,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 @@ -1094,7 +1094,7 @@ jobs:
libtool \
m4 \
make \
python-yaml \
python3-yaml \
pkg-config \
sudo \
zlib1g \
Expand All @@ -1120,7 +1120,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 c6b9135

Please sign in to comment.