Skip to content

Commit 0850bef

Browse files
committed
cleanup
1 parent bb014c5 commit 0850bef

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,6 @@ jobs:
6363
run: |
6464
apk add cmake make g++ pcre-dev
6565
66-
- name: Install missing software on Oracle Linux
67-
if: contains(matrix.image, 'oraclelinux')
68-
run: |
69-
yum install -y git python3 which epel-release
70-
yum install -y cmake3 gcc-c++ make pcre-devel
71-
7266
# needs to be called after the package installation since
7367
# - it doesn't call "apt-get update"
7468
- name: ccache

0 commit comments

Comments
 (0)