Skip to content

Commit

Permalink
testing if hack needed afterall
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Nov 8, 2023
1 parent 30f378a commit cc0822a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
MACOSX_DEPLOYMENT_TARGET: "11.0"
CIBW_ENVIRONMENT_PASS_LINUX: "LIBZIM_DL_VERSION"
CIBW_BUILD_VERBOSITY: "3"
CIBW_BEFORE_ALL_LINUX: "apk add libc6-compat || true && ln -sf /lib/libc.musl-x86_64.so.1 /lib/ld-linux-x86-64.so.2 && ln -sf /lib/libc.musl-aarch64.so.1 /lib/ld-linux-aarch64.so.2"
# CIBW_BEFORE_ALL_LINUX: "apk add libc6-compat || true && ln -sf /lib/libc.musl-x86_64.so.1 /lib/ld-linux-x86-64.so.2 && ln -sf /lib/libc.musl-aarch64.so.1 /lib/ld-linux-aarch64.so.2"


jobs:
Expand Down

0 comments on commit cc0822a

Please sign in to comment.