Skip to content

Commit

Permalink
Maybe unneeded
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe authored Jan 25, 2024
1 parent d55ba1c commit cdcca71
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-arm64-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,10 @@ jobs:
- name: Set up
run: |
echo "${PATH}"
yum -y install openssl-devel
source /root/.cargo/env
rustup default stable
rustup target add aarch64-unknown-linux-musl
rm -rf venv
export PATH="${PATH}:/opt/python/cp38-cp38/bin/"
- name: Build Python wheels
run: |
Expand Down

0 comments on commit cdcca71

Please sign in to comment.