Skip to content

Commit 306916f

Browse files
Fixed jni directory in test cases
1 parent 38043b0 commit 306916f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/src/test/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ if (JNI_FOUND)
3535
endif()
3636

3737
include_directories(
38-
/opt/hostedtoolcache/jdk/11.0.17/x64/include
39-
/opt/hostedtoolcache/jdk/11.0.17/x64/include/linux
38+
/opt/hostedtoolcache/jdk/11.0.18/x64/include
39+
/opt/hostedtoolcache/jdk/11.0.18/x64/include/linux
4040
${PROJECT_SOURCE_DIR}/../main/cpp
4141
${PROJECT_SOURCE_DIR}/../../build/include/libkiwix
4242
${PROJECT_SOURCE_DIR}/../../build/include/libzim

0 commit comments

Comments
 (0)