Skip to content

Commit

Permalink
Fixes 2024 partea 3 (#24)
Browse files Browse the repository at this point in the history
* Use ninja for clang-tidy action

* Modificări cache, sincronizare cu sfml

* Dezactivează ASan pe macOS

* Actualizează etichete
  • Loading branch information
mcmarius committed Oct 2, 2024
1 parent cac8e69 commit fcedc66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/clang-tidy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
- name: Configure CMake
uses: ./.github/actions/configure-cmake
with:
custom_flags: '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON'
custom_flags: '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON -G Ninja'

- name: Clang-Tidy
continue-on-error: true
Expand Down

0 comments on commit fcedc66

Please sign in to comment.