Skip to content

Commit

Permalink
Correct package name
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-gromeyer committed Aug 30, 2023
1 parent 3ab3ad9 commit db27523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
name: Install Qt, enchant-2 and ECM on Linux
run: |
sudo apt-get update
sudo apt-fast install -y ninja qtbase5-dev qtdeclarative5-dev qttools5-dev libqt5svg5-dev qt5ct dpkg-dev extra-cmake-modules rpm flatpak-builder
sudo apt-fast install -y ninja-build qtbase5-dev qtdeclarative5-dev qttools5-dev libqt5svg5-dev qt5ct dpkg-dev extra-cmake-modules rpm flatpak-builder
# rpm to generate a rpm package
- if: contains( matrix.os, 'windows')
Expand Down

0 comments on commit db27523

Please sign in to comment.