We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c187c commit 03c0354Copy full SHA for 03c0354
1 file changed
.github/workflows/build.yaml
@@ -42,6 +42,9 @@ jobs:
42
with:
43
nix_path: nixpkgs=channel:nixos-unstable
44
github_access_token: ${{ secrets.GITHUB_TOKEN }}
45
+ - name: Install aarch64 dependencies
46
+ shell: bash
47
+ run: sudo apt-get install -y qemu-user-static binfmt-support gcc-aarch64-linux-gnu g++-aarch64-linux-gnu binutils-aarch64-linux-gnu
48
- uses: silenium-dev/actions/jni-natives/ubuntu@main
49
50
gradle-cache-encryption-key: ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }}
0 commit comments