Skip to content

Commit b118a70

Browse files
committed
[ci] skip Android native build on Ubuntu arm64
Android SDK not currently installed, ref. https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md#not-installed-software
1 parent b8d0f93 commit b118a70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
./publish_${{ matrix.env.SCRIPT_SUFFIX }}
8787
8888
- name: build Android native
89+
if: "success() && matrix.env.SCRIPT_SUFFIX != 'linux_arm64'"
8990
run: |
9091
cd Samples/Beyond.NET.Sample.Native
9192
./publish_android_arm64

0 commit comments

Comments
 (0)