Skip to content

Commit

Permalink
workarounds
Browse files Browse the repository at this point in the history
  • Loading branch information
krupkat committed Sep 22, 2024
1 parent 04eda29 commit b2c6216
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/clang-tidy-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,7 @@ jobs:
- name: Check clang-tidy results
run: |
pip install -r misc/scripts/python/requirements.txt
python -m venv venv
source venv/bin/activate
python -m pip install -r misc/scripts/python/requirements.txt
python misc/scripts/python/check_fixes.py fixes.yml
4 changes: 4 additions & 0 deletions xpano/cli/args.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
#include <spdlog/fmt/fmt.h>
#include <spdlog/spdlog.h>

#ifdef SPDLOG_FMT_EXTERNAL
#include <fmt/ranges.h> // workaround for macos builds
#endif

#include "xpano/constants.h"
#include "xpano/utils/path.h"

Expand Down

0 comments on commit b2c6216

Please sign in to comment.