Skip to content

Commit

Permalink
Updated p7zip rpm
Browse files Browse the repository at this point in the history
  • Loading branch information
scopplestone committed Dec 5, 2024
1 parent 7b1f362 commit 9b588e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cmake-ninja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
options: --privileged

steps:

- name: Install GIT
shell: bash
run: |
Expand All @@ -48,8 +49,8 @@ jobs:
./cmake-3.16.4-Linux-x86_64.sh --skip-license --prefix=/usr/local
curl -L -O https://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/8/Everything/x86_64/Packages/p/p7zip-16.02-20.el8.x86_64.rpm
curl -L -O https://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/8/Everything/x86_64/Packages/p/p7zip-plugins-16.02-20.el8.x86_64.rpm
rpm -U --quiet p7zip-16.02-20.el8.x86_64.rpm
rpm -U --quiet p7zip-plugins-16.02-20.el8.x86_64.rpm
rpm -U --quiet p7zip-16.02-31.el8.x86_64.rpm
rpm -U --quiet p7zip-plugins-16.02-31.el8.x86_64.rpm
yum install -y epel-release
yum install -y 'dnf-command(config-manager)'
yum config-manager --set-enabled powertools
Expand Down

0 comments on commit 9b588e5

Please sign in to comment.