Skip to content

Commit

Permalink
Try to fix release issue with -lz
Browse files Browse the repository at this point in the history
  • Loading branch information
beeender committed Jan 7, 2025
1 parent 31752fe commit 8cee640
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ jobs:
with:
RUSTTARGET: ${{ matrix.target }}
TOOLCHAIN_VERSION: 1.83.0
PRE_BUILD: ".github/workflows/release_pre_build.sh"
4 changes: 4 additions & 0 deletions .github/workflows/release_pre_build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
set -e
# See https://github.com/rust-build/rust-build.action/pull/99.
apk add --no-cache zlib-static

0 comments on commit 8cee640

Please sign in to comment.