Skip to content

Commit

Permalink
Update Linux workflow to include additional
Browse files Browse the repository at this point in the history
dependencies

Signed-off-by: xiaoming <2014500726@smail.xtu.edu.cn>
  • Loading branch information
QQxiaoming committed Nov 22, 2023
1 parent 1f19947 commit 479dfed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
- name: Install prerequisites
run: |
sudo apt update
sudo apt install -y make gcc patchelf chrpath qt5-default libxcb-cursor0
sudo apt install -y make gcc patchelf chrpath qt5-default libxcb-cursor0 build-essential libgtk-3-dev
- name: build fcitx_qt6
run: |
cd depend
Expand Down

0 comments on commit 479dfed

Please sign in to comment.