mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2024-11-20 03:39: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:
|
||||
- name: "Checkout Code"
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: "recursive"
|
||||
fetch-depth: 0
|
||||
|
@ -12,6 +12,8 @@ find_path(TIDY_INCLUDE_DIR tidy.h
|
||||
HINTS
|
||||
${PC_TIDY_INCLUDEDIR}
|
||||
${PC_TIDY_INCLUDE_DIRS}
|
||||
PATH_SUFFIXES
|
||||
tidy
|
||||
PATHS
|
||||
${PC_TIDY_INCLUDE_DIRS}
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user