Skip to content

Commit

Permalink
ci: for clang-tidy use Qt from system
Browse files Browse the repository at this point in the history
Qt from system is included with -isystem so shouldn't warn in Qt
headers
  • Loading branch information
iamsergio committed Jan 20, 2025
1 parent 5c6fa60 commit ff7bedd
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,10 @@ jobs:
os:
- ubuntu-24.04
steps:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: 6.6
cache: true

- name: Install dependencies on Ubuntu
run: |
sudo apt update -qq
sudo apt install llvm ninja-build -y
sudo apt install llvm ninja-build qt6-base-dev -y
- uses: actions/checkout@v4

Expand Down

0 comments on commit ff7bedd

Please sign in to comment.