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 e9467a7 commit 88f26a5Copy full SHA for 88f26a5
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