Skip to content

Commit

Permalink
Pass path to cross compiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis committed Oct 4, 2024
1 parent df2d6c9 commit 32e1dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# manylinux: quay.io/pypa/manylinux2014_x86_64
- platform: linux-aarch64
os: ubuntu-24.04
cmake_args: -DCMAKE_SYSTEM_PROCESSOR=aarch64
cmake_args: -DCMAKE_SYSTEM_PROCESSOR=aarch64 -DCMAKE_C_COMPILER=aarch-64-linux-gnu-gcc -DCMAKE_CXX_COMPILER=aarch-64-linux-gnu-g++
triplet: arm64-linux-release
# - platform: macos-x86_64
# os: macos-12
Expand Down

0 comments on commit 32e1dd7

Please sign in to comment.