Skip to content

Commit defb4a2

Browse files
author
renaud gaudin
committed
use latest libzim nightly to build
1 parent 14346d6 commit defb4a2

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,7 +2,7 @@ name: test
22
on: [push]
33

44
env:
5-
LIBZIM_VERSION: 2021-04-26
5+
LIBZIM_VERSION: 2021-07-08
66
LIBZIM_INCLUDE_PATH: include/zim
77
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
88
MAX_LINE_LENGTH: 88
@@ -77,7 +77,7 @@ jobs:
7777
if: steps.cache-libzim.outputs.cache-hit != 'true'
7878
run: |
7979
wget -q https://download.openzim.org/nightly/$LIBZIM_VERSION/$LIBZIM_RELEASE.tar.gz
80-
tar --gunzip --extract --file=$LIBZIM_RELEASE.tar.gz
80+
tar --extract --file=$LIBZIM_RELEASE.tar.gz
8181
mv $LIBZIM_RELEASE libzim_dist
8282
8383
- name: Link libzim dylib & headers into workspace lib and include folders

0 commit comments

Comments
 (0)