We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
python3
1 parent 9cde1c2 commit ff98b60Copy full SHA for ff98b60
1 file changed
.github/workflows/CI-unixish-docker.yml
@@ -30,7 +30,7 @@ jobs:
30
if: matrix.image != 'centos:7'
31
run: |
32
apt-get update
33
- apt-get install -y cmake g++ make python libxml2-utils
+ apt-get install -y cmake g++ make python3 libxml2-utils
34
apt-get install -y libpcre3-dev
35
36
# tests require CMake 3.4
0 commit comments