We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20f3eea commit f9eba9cCopy full SHA for f9eba9c
.github/workflows/python-package.yml
@@ -56,7 +56,8 @@ jobs:
56
build_os=${{ matrix.os }}
57
build_arch=${{ matrix.arch }}
58
if [ ${build_os:0:6} == ubuntu -a ${build_arch} == aarch64 ]; then
59
- # Allow cross-compile om aarch64
+ # Allow cross-compile on aarch64
60
+ sudo apt-get update
61
sudo apt-get install -y gcc-aarch64-linux-gnu binutils-aarch64-linux-gnu g++-aarch64-linux-gnu
62
cmake -DCMAKE_C_COMPILER=aarch64-linux-gnu-gcc -DCMAKE_CXX_COMPILER=aarch64-linux-gnu-g++ -DCOMPUTE_BACKEND=cpu .
63
elif [ ${build_os:0:5} == macos -a ${build_arch} == aarch64 ]; then
0 commit comments