Skip to content

Commit f6a7f18

Browse files
committed
fix
1 parent 0bcca23 commit f6a7f18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI-unixish-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
if: contains(matrix.image, 'oraclelinux')
7171
run: |
7272
yum install -y git python3 which epel-release
73-
yum install -y cmake make g++ pcre-dev
73+
yum install -y cmake3 gcc-c++ make pcre-devel
7474
7575
# needs to be called after the package installation since
7676
# - it doesn't call "apt-get update"
@@ -124,7 +124,7 @@ jobs:
124124
if: contains(matrix.image, 'oraclelinux')
125125
run: |
126126
yum install -y git python3 which epel-release
127-
yum install -y cmake make g++ pcre-dev
127+
yum install -y cmake3 gcc-c++ make pcre-devel
128128
129129
# needs to be called after the package installation since
130130
# - it doesn't call "apt-get update"

0 commit comments

Comments
 (0)