Skip to content

Commit cb8c9f1

Browse files
authored
Merge pull request #46 from openzim/use_last_release
Use last version of libzim in the test CI
2 parents 2f53be1 + 39e5c56 commit cb8c9f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: test
22
on: [push]
33

44
env:
5-
LIBZIM_RELEASE: libzim_linux-x86_64-6.1.1
6-
LIBZIM_LIBRARY_PATH: lib/x86_64-linux-gnu/libzim.so.6.1.1
5+
LIBZIM_RELEASE: libzim_linux-x86_64-6.1.5
6+
LIBZIM_LIBRARY_PATH: lib/x86_64-linux-gnu/libzim.so.6.1.5
77
LIBZIM_INCLUDE_PATH: include/zim
88
CYTHON_VERSION: 0.29.6
99
MAX_LINE_LENGTH: 110

0 commit comments

Comments
 (0)