Skip to content

Commit

Permalink
[fix] boxing shadows is back
Browse files Browse the repository at this point in the history
  • Loading branch information
stef committed Mar 26, 2024
1 parent 42f0329 commit bd31744
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,18 @@ jobs:

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.17.0
run: sudo apt update
run: sudo apt install libsodium-dev

- name: Build wheels
run: sudo apt update
run: sudo apt install libsodium-dev
run: python -m cibuildwheel --output-dir wheelhouse
# to supply options, put them in 'env', like:
env:
CIBW_SKIP: cp36-*
CIBW_BEFORE_BUILD_LINUX: apt update && apt install libsodium-dev
CIBW_BEFORE_BUILD_MACOS: brew install libsodium
# CIBW_BEFORE_BUILD_LINUX: apt update && apt install libsodium-dev
# CIBW_BEFORE_BUILD_MACOS: brew install libsodium
# CIBW_BEFORE_BUILD_WINDOWS:

# - uses: actions/upload-artifact@v4
Expand Down

0 comments on commit bd31744

Please sign in to comment.