Don't build assimp from source for tidy CI

This commit is contained in:
Shaun Reed 2022-11-20 10:07:19 -05:00
parent 79a5919df9
commit ff94daaabd
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
- name: Build Qtk
run: |
cmake -B build && cmake --build build
cmake -B build -DQTK_UPDATE_SUBMODULES=OFF && cmake --build build
- uses: cpp-linter/cpp-linter-action@v2
id: linter