Skip to content

Commit

Permalink
CI: Fix nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
dantti committed Dec 24, 2023
1 parent 9c94687 commit 94aa3d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
- name: clang-tidy
cmake_arg: '-DCMAKE_CXX_CLANG_TIDY=clang-tidy'
qt_version: "6.6"
qt_modules: qtshadertools
qt_modules: qtshadertools qtscxml

- name: clazy
cmake_arg: '-DCMAKE_CXX_COMPILER=clazy'
qt_version: "6.6"
qt_modules: qtshadertools
qt_modules: qtshadertools qtscxml
apt_pgks:
- clazy

Expand Down

0 comments on commit 94aa3d3

Please sign in to comment.