We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
python3
1 parent b138ed3 commit 7e11996Copy full SHA for 7e11996
1 file changed
.github/workflows/CI-unixish-docker.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install missing software on CentOS 7
24
if: matrix.image == 'centos:7'
25
run: |
26
- yum install -y cmake gcc-c++ make
+ yum install -y cmake gcc-c++ make python3
27
yum install -y pcre-devel
28
29
- name: Install missing software on ubuntu
0 commit comments