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.
1 parent 6c4e2b7 commit 611773dCopy full SHA for 611773d
.github/workflows/pull-request-checks.yaml
@@ -111,7 +111,7 @@ jobs:
111
- name: Install Packages
112
run: |
113
sed -i -e "s|mirrorlist=|#mirrorlist=|g" -e "s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" /etc/yum.repos.d/CentOS-Linux-*
114
- yum -y install make gcc-c++ flex bison git rpmdevtools wget zlib-devel
+ yum -y install make gcc-c++ flex bison git rpmdevtools wget
115
wget --no-verbose https://github.com/ccache/ccache/releases/download/v4.8.3/ccache-4.8.3-linux-x86_64.tar.xz
116
tar xJf ccache-4.8.3-linux-x86_64.tar.xz
117
cp ccache-4.8.3-linux-x86_64/ccache /usr/bin/
0 commit comments