Skip to content

Commit

Permalink
add qt dependency;
Browse files Browse the repository at this point in the history
  • Loading branch information
NateSeymour committed Nov 23, 2024
1 parent 7a678e0 commit 057414b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unlogic-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Update Package Manager
run: sudo apt update
- name: Install System Dependencies
run: sudo apt install -y build-essential cmake ninja-build llvm-18-dev wget libxkbcommon-x11-dev libxcb-icccm4-dev libxcb-image0-dev
run: sudo apt install -y build-essential cmake ninja-build llvm-18-dev wget libxkbcommon-x11-dev libxcb-icccm4-dev libxcb-image0-dev libx11-xcb-dev
- name: Download QT
run: wget -O qt-installer.run https://d13lb3tujbc8s0.cloudfront.net/onlineinstallers/qt-online-installer-linux-x64-4.8.1.run
- name: Install QT
Expand Down

0 comments on commit 057414b

Please sign in to comment.