Skip to content

Commit

Permalink
Try to fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanSteinberg committed Apr 3, 2024
1 parent 2c5db2f commit c6d4491
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
uses: pypa/cibuildwheel@v2.12.2
if: matrix.os == 'ubuntu-latest'
env:
CIBW_BEFORE_ALL_LINUX: bash build/linux_setup.sh
CIBW_ARCHS_LINUX: x86_64
CIBW_SKIP: '*-musllinux_*'

Expand Down
2 changes: 2 additions & 0 deletions build/linux_setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
curl -o /usr/local/bin/bazel -L https://github.com/bazelbuild/bazelisk/releases/download/v1.16.0/bazelisk-linux-amd64
chmod +x /usr/local/bin/bazel

0 comments on commit c6d4491

Please sign in to comment.