Skip to content

Commit

Permalink
fix QT setup
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanKa committed Apr 7, 2024
1 parent 67d3165 commit 37dcbe4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ jobs:
matrix:
os: [ubuntu-22.04]
buildtype: [debug]
compiler: [ {name: 'Clang 15', preset: clang-15-qt, pkgs: 'clang-15 llvm-15'} ]
compiler: [ {name: 'Clang 15', preset: clang-15-qt, pkgs: 'clang-15 llvm-15 llvm-15-dev llvm-15-linker-tools llvm-15-tools llvm-15-runtime'} ]
cxx: [20]

steps:
Expand All @@ -321,6 +321,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt remove clang* llvm*
sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
sudo apt update
sudo apt install ninja-build ccache ${{ matrix.compiler.pkgs }} libx11-xcb-dev libfontenc-dev libice-dev \
Expand Down

0 comments on commit 37dcbe4

Please sign in to comment.