Skip to content

Commit

Permalink
Update workflow to match target name change in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
hs-apotell committed Sep 16, 2023
1 parent 7b65d5a commit a72c6e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/logs_on_demand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@ jobs:
run: |
make run-cmake-release
make -j2 -C build GenerateParser
make -j2 -C build GenerateListeners
make -j2 -C build GenerateSerializer
make -j2 -C build GenerateParserListeners
make -j2 -C build GenerateCacheSerializers
ln -sf build/compile_commands.json .
- name: Run clang tidy
Expand Down

0 comments on commit a72c6e7

Please sign in to comment.