We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb014c5 commit 0850befCopy full SHA for 0850bef
1 file changed
.github/workflows/CI-unixish-docker.yml
@@ -63,12 +63,6 @@ jobs:
63
run: |
64
apk add cmake make g++ pcre-dev
65
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
-
72
# needs to be called after the package installation since
73
# - it doesn't call "apt-get update"
74
- name: ccache
0 commit comments