Skip to content

Commit

Permalink
Update appimage.yml fix repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
dragotin authored Sep 4, 2024
1 parent 58cb8d5 commit 379a345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
set -x
. /etc/os-release
zypper -n addrepo https://download.opensuse.org/repositories/home:kfreitag/openSUSE_Leap_"$VERSION_ID"/home:kfreitag.repo
zypper -n addrepo https://download.opensuse.org/repositories/home:kfreitag/"$VERSION_ID"/home:kfreitag.repo
zypper --gpg-auto-import-keys refresh
zypper -n install ImageMagick deskew wget libqt5-qtbase-devel Mesa-libGL-devel extra-cmake-modules git cmake gcc gcc-c++ ninja libqt5-linguist-devel
Expand Down

0 comments on commit 379a345

Please sign in to comment.