Skip to content

Commit

Permalink
fix(ci): build glad on clang-tidy action
Browse files Browse the repository at this point in the history
  • Loading branch information
luishfonseca committed Sep 29, 2023
1 parent eb134c8 commit 13ea17a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/clang-tidy-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
CC: gcc-11
CXX: g++-11

- name: Build glad
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --target glad

- name: Analyze
run: |
run-clang-tidy -j$(nproc) -p=build \
Expand Down

0 comments on commit 13ea17a

Please sign in to comment.