We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bcca23 commit f6a7f18Copy full SHA for f6a7f18
1 file changed
.github/workflows/CI-unixish-docker.yml
@@ -70,7 +70,7 @@ jobs:
70
if: contains(matrix.image, 'oraclelinux')
71
run: |
72
yum install -y git python3 which epel-release
73
- yum install -y cmake make g++ pcre-dev
+ yum install -y cmake3 gcc-c++ make pcre-devel
74
75
# needs to be called after the package installation since
76
# - it doesn't call "apt-get update"
@@ -124,7 +124,7 @@ jobs:
124
125
126
127
128
129
130
0 commit comments