We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
which
python3
1 parent e04c04b commit e351afdCopy full SHA for e351afd
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 which python3
27
yum install -y pcre-devel
28
29
- name: Install missing software on ubuntu
0 commit comments