Skip to content

Commit

Permalink
build(tiledit): try putting clang tools in path
Browse files Browse the repository at this point in the history
  • Loading branch information
NoxHarmonium committed Jun 21, 2024
1 parent 7914cc4 commit 0d80dc8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sirc-tiledit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ jobs:
cd build
meson compile
- name: Lint Project
# TODO: Surely there is an easier way
run: |
ln -s $(which clang-tidy-18) /usr/local/bin/clang-tidy
ln -s $(which clang-format-18) /usr/local/bin/clang-format
cd build
clang-tidy --version
ninja clang-tidy
Expand Down

0 comments on commit 0d80dc8

Please sign in to comment.