From: Jason Ish Date: Fri, 8 Jan 2021 16:32:47 +0000 (-0600) Subject: github-ci: use python3 in debian builds X-Git-Tag: suricata-5.0.6~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fecbd59d628ff1f0e3806be7f4b81aeae0390dda;p=thirdparty%2Fsuricata.git github-ci: use python3 in debian builds (cherry picked from commit 18a1fd22c2dfd0613b190a656574077c1230e309) --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 798e123d5b..3d1e6dbcc7 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -840,7 +840,7 @@ jobs: libtool \ m4 \ make \ - python-yaml \ + python3-yaml \ pkg-config \ rustc \ sudo \ @@ -865,7 +865,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 @@ -903,7 +903,7 @@ jobs: libtool \ m4 \ make \ - python-yaml \ + python3-yaml \ pkg-config \ sudo \ zlib1g \ @@ -926,7 +926,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