Skip to content

Commit

Permalink
Fix workflow package install commands
Browse files Browse the repository at this point in the history
  • Loading branch information
onurkepenek committed Nov 16, 2022
1 parent d2b7465 commit 6410d19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: install packages
run: |
apt-get update
apt-get install -yq qt5-default build-essential cmake qtwebengine5-dev libqt5x11extras5-dev liblightdm-qt5-3-dev libxcursor-dev libxrandr-dev qttools5-dev qttools5-dev-tools
apt install zip gpg curl jq upx -yq
DEBIAN_FRONTEND=noninteractive apt install -yq qt5-default build-essential cmake qtwebengine5-dev libqt5x11extras5-dev liblightdm-qt5-3-dev libxcursor-dev libxrandr-dev qttools5-dev qttools5-dev-tools
DEBIAN_FRONTEND=noninteractive apt install zip gpg curl jq upx -yq
- name: Build greeter
run: |
./scripts/greeter.sh
Expand Down

0 comments on commit 6410d19

Please sign in to comment.