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 5f721a9 commit e629f97Copy full SHA for e629f97
.github/workflows/ci.yaml
@@ -75,6 +75,8 @@ jobs:
75
restore-keys: nginx-
76
- name: run tests
77
uses: actions-rs/cargo@v1
78
+ env:
79
+ ZLIB_VERSION: "1.3"
80
with:
81
command: test
82
args: --verbose
0 commit comments