Format and fix tidy CI
This commit is contained in:
8
.github/workflows/clang-tidy-format.yml
vendored
8
.github/workflows/clang-tidy-format.yml
vendored
@@ -11,6 +11,14 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
version: '6.3.1'
|
||||
|
||||
- name: Install Assimp Ubuntu
|
||||
run: sudo apt install libassimp-dev
|
||||
|
||||
- name: Build Qtk
|
||||
run: |
|
||||
cmake -B build && cmake --build build
|
||||
|
||||
Reference in New Issue
Block a user