Skip to content

Commit e9e5d2d

Browse files
committed
Merge branch 'master.dev' into 'master'
Release 3.3.0 (Fix AppImage) See merge request piclas/piclas!969
2 parents 36cfc7f + 68b6074 commit e9e5d2d

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)