Skip to content

Commit

Permalink
Fix CentOS7 setup (6)
Browse files Browse the repository at this point in the history
  • Loading branch information
hillu committed Aug 1, 2024
1 parent 661f628 commit f552ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
-e 's,^mirrorlist=http://mirrorlist.centos.org,#&1,' \
/etc/yum.repos.d/*.repo
yum -q -y install gcc llvm-toolset-7-clang file libacl-devel
yum -q -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
yum -q -y install https://dl.fedoraproject.org/pub/archive/epel/7/x86_64/Packages/e/epel-release-7-14.noarch.rpm
yum -q -y install make pandoc
- name: Install Rust toolchain (stable)
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit f552ee5

Please sign in to comment.