Skip to content

Commit

Permalink
Update release ci packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Riey committed Jan 22, 2021
1 parent 3025a12 commit bc903aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
- name: Update apt
run: sudo apt-get update -y
- name: Install packages
run: sudo apt-get install -y pkg-config libpango1.0-dev libcairo2-dev libgtk-3-dev libglib2.0 libxcb1

run: sudo apt-get install -y pkg-config libpango1.0-dev libcairo2-dev libgtk-3-dev libglib2.0 libxcb1 qt5-default qtbase5-dev qtbase5-private-dev libqt5gui5 cmake
- name: Generate package...
run: pkg/release.sh
- name: Archiving package...
Expand Down

0 comments on commit bc903aa

Please sign in to comment.