Skip to content

Commit 611773d

Browse files
committed
Remove zlib-devel from github actions
1 parent 6c4e2b7 commit 611773d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- name: Install Packages
112112
run: |
113113
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
114+
yum -y install make gcc-c++ flex bison git rpmdevtools wget
115115
wget --no-verbose https://github.com/ccache/ccache/releases/download/v4.8.3/ccache-4.8.3-linux-x86_64.tar.xz
116116
tar xJf ccache-4.8.3-linux-x86_64.tar.xz
117117
cp ccache-4.8.3-linux-x86_64/ccache /usr/bin/

0 commit comments

Comments
 (0)