Skip to content

Commit

Permalink
Update cross-compilation setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jucasoliveira committed Jan 25, 2024
1 parent d2511f3 commit b4bfa22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dispatch-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ jobs:
- name: Setup Cross-Compilation Environment
run: |
# Set up environment variables for cross-compilation
apt-get install gcc-aarch64-linux-gnu
case "${{ github.event.inputs.target }}" in
"aarch64-unknown-linux-gnu")
apt-get install gcc-aarch64-linux-gnu
sudo apt-get update
sudo apt-get install gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
;;
esac
echo "PYO3_CROSS=1" >> $GITHUB_ENV
Expand Down

0 comments on commit b4bfa22

Please sign in to comment.