Fix compiling on Debian

This commit is contained in:
Sude 2024-05-09 17:44:14 +03:00
parent 1c0ab298e4
commit 81fdfea8e7
2 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
steps: steps:
- name: "Checkout Code" - name: "Checkout Code"
uses: actions/checkout@v2 uses: actions/checkout@v4
with: with:
submodules: "recursive" submodules: "recursive"
fetch-depth: 0 fetch-depth: 0

View File

@ -12,6 +12,8 @@ find_path(TIDY_INCLUDE_DIR tidy.h
HINTS HINTS
${PC_TIDY_INCLUDEDIR} ${PC_TIDY_INCLUDEDIR}
${PC_TIDY_INCLUDE_DIRS} ${PC_TIDY_INCLUDE_DIRS}
PATH_SUFFIXES
tidy
PATHS PATHS
${PC_TIDY_INCLUDE_DIRS} ${PC_TIDY_INCLUDE_DIRS}
) )