Skip to content

Commit 68b6074

Browse files
committed
Merge branch 'fix.piclasAppImage' into 'master.dev'
Updated links to 7zip for the piclas AppImage See merge request piclas/piclas!968
2 parents d717085 + d9898f8 commit 68b6074

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/cmake-ninja.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
curl -L -O https://github.com/Kitware/CMake/releases/download/v3.16.4/cmake-3.16.4-Linux-x86_64.sh
4444
chmod +x cmake-3.16.4-Linux-x86_64.sh
4545
./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
5050
yum install -y epel-release
5151
yum install -y 'dnf-command(config-manager)'
5252
yum config-manager --set-enabled powertools
@@ -416,7 +416,7 @@ jobs:
416416

417417
- name: Upload release asset
418418
if: github.event.action == 'published'
419-
uses: actions/upload-release-asset@v1.0.1
419+
uses: actions/upload-release-asset@v1
420420
env:
421421
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
422422
with:

0 commit comments

Comments
 (0)