Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pollenjp committed Nov 10, 2024
1 parent b17e7c8 commit 542e828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ jobs:
with:
python-version: "3.12"
- name: Update pip
run: pip install --user -U pip
run: python -m pip install --user -U pip
- name: Install cargo-zigbuild (and ziglang)
run: pip install --user cargo-zigbuild
run: python -m pip install --user cargo-zigbuild
- name: Install Rust toolchain
run: |
rustup update --no-self-update stable
Expand Down

0 comments on commit 542e828

Please sign in to comment.