CI: update python version

This commit is contained in:
Gabriel Ferreira
2022-12-01 21:56:12 -03:00
parent a6337446a5
commit 4e954c4b58

View File

@@ -12,7 +12,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get -y install apt-utils
sudo apt-get -y install git gcc g++ cmake python make ninja-build
sudo apt-get -y install git gcc g++ cmake python3 make ninja-build
sudo apt-get -y install tcpdump libgsl-dev libxml2-dev
sudo apt-get -y install curl unzip tar
sudo apt-get -y install ccache
@@ -65,7 +65,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get -y install apt-utils
sudo apt-get -y install git gcc g++ cmake python make ninja-build
sudo apt-get -y install git gcc g++ cmake python3 make ninja-build
sudo apt-get -y install tcpdump libgsl-dev libxml2-dev
sudo apt-get -y install curl unzip tar
sudo apt-get -y install ccache