Skip to content

Commit 5fb5752

Browse files
authored
Merge pull request #184 from openzim/substainable-libzim-binaries
Rely on proper libzim version 9.1.0
2 parents 88ddf31 + f5f1ee1 commit 5fb5752

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: test
22
on: [push]
33

44
env:
5-
LIBZIM_DL_VERSION: "2023-12-04"
5+
LIBZIM_DL_VERSION: "9.1.0"
66
MACOSX_DEPLOYMENT_TARGET: "12.0"
77

88
jobs:

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- main
88

99
env:
10-
LIBZIM_DL_VERSION: "2023-12-04"
10+
LIBZIM_DL_VERSION: "9.1.0"
1111
MACOSX_DEPLOYMENT_TARGET: "12.0"
1212
CIBW_ENVIRONMENT_PASS_LINUX: "LIBZIM_DL_VERSION"
1313
CIBW_BUILD_VERBOSITY: "3"

0 commit comments

Comments
 (0)