Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
ghuls committed Jul 8, 2024
1 parent 9c286c1 commit 342e451
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/scripts/build_wheels_dependencies.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash

apt-get update
apt-get install -y --no-install-recommends libc6-dev
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
args: --release --out dist --zig
sccache: 'true'
manylinux: auto
before-script-linux: .github/scripts/build_wheels_dependencies.sh
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 342e451

Please sign in to comment.