We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14346d6 commit defb4a2Copy full SHA for defb4a2
.github/workflows/test.yml
@@ -2,7 +2,7 @@ name: test
2
on: [push]
3
4
env:
5
- LIBZIM_VERSION: 2021-04-26
+ LIBZIM_VERSION: 2021-07-08
6
LIBZIM_INCLUDE_PATH: include/zim
7
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
8
MAX_LINE_LENGTH: 88
@@ -77,7 +77,7 @@ jobs:
77
if: steps.cache-libzim.outputs.cache-hit != 'true'
78
run: |
79
wget -q https://download.openzim.org/nightly/$LIBZIM_VERSION/$LIBZIM_RELEASE.tar.gz
80
- tar --gunzip --extract --file=$LIBZIM_RELEASE.tar.gz
+ tar --extract --file=$LIBZIM_RELEASE.tar.gz
81
mv $LIBZIM_RELEASE libzim_dist
82
83
- name: Link libzim dylib & headers into workspace lib and include folders
0 commit comments