mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2024-11-20 11:49:17 +01:00
Fix compiling on Debian
This commit is contained in:
parent
1c0ab298e4
commit
81fdfea8e7
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -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
|
||||||
|
@ -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}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user