ci: add a build check for aarch64-linux-android (#1124)

* ci: add a build check for aarch64-linux-android

* appease clippy

* use 1.67.0 for Android due to NDK issue

* remove sparse since it is default now for 1.70 and causes issues with older versions anyway
This commit is contained in:
Clement Tsang
2023-06-11 06:01:56 +00:00
committed by GitHub
parent 2a354f772f
commit 9ec95a9740
7 changed files with 21 additions and 8 deletions
-1
View File
@@ -15,7 +15,6 @@ on:
env:
CARGO_INCREMENTAL: 0
CARGO_HUSKY_DONT_INSTALL_HOOKS: true
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}