Skip to content

Commit e629f97

Browse files
committed
ci: use ZLIB_VERSION 1.3 for MAC OS tests
1 parent 5f721a9 commit e629f97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ jobs:
7575
restore-keys: nginx-
7676
- name: run tests
7777
uses: actions-rs/cargo@v1
78+
env:
79+
ZLIB_VERSION: "1.3"
7880
with:
7981
command: test
8082
args: --verbose

0 commit comments

Comments
 (0)