Skip to content

Commit

Permalink
Update package names
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Aug 1, 2023
1 parent a3c6a9f commit 6b57900
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,27 @@ jobs:
sudo add-apt-repository universe
sudo apt-get update
sudo apt-get install -y \
curl \
wget \
zip \
pkgconf \
cmake \
g++ \
qtbase5-dev \
qtbase5-dev-tools \
qtdeclarative5-dev \
qttools5-dev \
qtsvg5-dev \
libqt5x11extras5-dev \
libkf5windowsystem-dev \
libkf5baloo-dev \
libxtst-dev \
libxdamage-dev \
libxcomposite-dev \
libxrender-dev \
libxcb1-dev \
libxcb-util0-dev \
libdbusmenu-qt5-dev \
libkf5kdbusaddons-dev \
libpulse-dev \
libxcomposite-dev \
libqalculate-dev \
libqtx11extras5-dev
glibc \
make \
pkg-config \
libicu-dev
- name: Build Menu_Ubuntu.zip
run: |
Expand Down

0 comments on commit 6b57900

Please sign in to comment.