Skip to content

Commit

Permalink
Update to clang 15 on Linux to avoid c++20 issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
acolwell committed Mar 18, 2024
1 parent 5d6e711 commit 9a25a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
qt5-qmake qtbase5-dev qtdeclarative5-dev \
python3-dev libshiboken2-dev libpyside2-dev python3-pyside2.qtwidgets python3-qtpy \
libwayland-dev libwayland-client0 libwayland-egl1 \
extra-cmake-modules clang
extra-cmake-modules clang-15
- name: Install Macos system packages
if: contains(matrix.os, 'macos')
shell: bash
Expand Down

0 comments on commit 9a25a50

Please sign in to comment.