Skip to content

Commit

Permalink
ci: use ZLIB_VERSION 1.3 for MAC OS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanitskiy committed Aug 28, 2023
1 parent 5f721a9 commit e629f97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ jobs:
restore-keys: nginx-
- name: run tests
uses: actions-rs/cargo@v1
env:
ZLIB_VERSION: "1.3"
with:
command: test
args: --verbose
Expand Down

0 comments on commit e629f97

Please sign in to comment.