Skip to content

Commit

Permalink
small build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Jan 3, 2025
1 parent 7f30eed commit 85578cc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,20 @@ jobs:
with:
toolchain: stable

- name: Install Rust target
if: runner.os == 'macOS'
run: |
rustup target add x86_64-apple-darwin
shell: bash

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install cibuildwheel
shell: bash

- name: Set up QEMU
if: runner.os == 'Linux'
uses: docker/setup-qemu-action@v2
with:
platforms: all
Expand Down

0 comments on commit 85578cc

Please sign in to comment.