Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
FrogTheFrog committed Mar 20, 2024
1 parent ccefb7e commit 9cc3f71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,8 @@ jobs:
libxcb1-dev \
libxfixes-dev \
libxrandr-dev \
libxtst-dev nlohmann-json3-dev
libxtst-dev \
nlohmann-json3-dev
# clean apt cache
sudo apt-get clean
Expand Down
2 changes: 1 addition & 1 deletion cmake/dependencies/common.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pkg_check_modules(MINIUPNP miniupnpc REQUIRED)
include_directories(SYSTEM ${MINIUPNP_INCLUDE_DIRS})

# nlohmann_json
pkg_check_modules(NLOHMANN_JSON nlohmann_json REQUIRED IMPORTED_TARGET)
find_package(nlohmann_json REQUIRED)

# ffmpeg pre-compiled binaries
if(WIN32)
Expand Down

0 comments on commit 9cc3f71

Please sign in to comment.