Skip to content

Commit

Permalink
upgrade qt to 6.8 in ci;
Browse files Browse the repository at this point in the history
  • Loading branch information
NateSeymour committed Nov 23, 2024
1 parent 02505aa commit 269b20e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/unlogic-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ 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 qt6-base-dev qt6-shadertools-dev
run: sudo apt install -y build-essential cmake ninja-build llvm-18-dev wget
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: 6.8.*
modules: qtgui qtshadertools
- uses: actions/checkout@v4
- name: Configure Project
run: mkdir cmake-build-release && cd cmake-build-release && cmake .. -DCMAKE_BUILD_TYPE=Release -G "Ninja"
Expand Down

0 comments on commit 269b20e

Please sign in to comment.