Skip to content

Commit

Permalink
fixup! build: fix broken build for clang by removing erroneous genera…
Browse files Browse the repository at this point in the history
…tor for fmt library, which we do not explicitly depend on ourselves
  • Loading branch information
Taepper committed Oct 24, 2024
1 parent 9685e67 commit 389a9ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
name: Configure and run clang-tidy on changed files
run: |
mv /src/build .
ls -la build/Debug/generators
cmake -DBUILD_WITH_CLANG_TIDY=on -D CMAKE_BUILD_TYPE=Debug -B build/Debug
echo "Successfully configured cmake"
files=""
Expand Down

0 comments on commit 389a9ae

Please sign in to comment.