File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ jobs:
43
43
curl -L -O https://github.com/Kitware/CMake/releases/download/v3.16.4/cmake-3.16.4-Linux-x86_64.sh
44
44
chmod +x cmake-3.16.4-Linux-x86_64.sh
45
45
./cmake-3.16.4-Linux-x86_64.sh --skip-license --prefix=/usr/local
46
- curl -L -O https://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/7/ x86_64/Packages/p/p7zip-16.02-20.el7 .x86_64.rpm
47
- curl -L -O https://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/7/ x86_64/Packages/p/p7zip-plugins-16.02-20.el7 .x86_64.rpm
48
- rpm -U --quiet p7zip-16.02-20.el7 .x86_64.rpm
49
- rpm -U --quiet p7zip-plugins-16.02-20.el7 .x86_64.rpm
46
+ 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
47
+ 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
48
+ rpm -U --quiet p7zip-16.02-20.el8 .x86_64.rpm
49
+ rpm -U --quiet p7zip-plugins-16.02-20.el8 .x86_64.rpm
50
50
yum install -y epel-release
51
51
yum install -y 'dnf-command(config-manager)'
52
52
yum config-manager --set-enabled powertools
@@ -416,7 +416,7 @@ jobs:
416
416
417
417
- name : Upload release asset
418
418
if : github.event.action == 'published'
419
- uses : actions/upload-release-asset@v1.0.1
419
+ uses : actions/upload-release-asset@v1
420
420
env :
421
421
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
422
422
with :
You can’t perform that action at this time.
0 commit comments