From b118a70944a13786cd0a3bbafb8171ae2dcf5593 Mon Sep 17 00:00:00 2001 From: nil4 Date: Fri, 17 Jan 2025 12:55:46 +0100 Subject: [PATCH] [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 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8aa50b9..a1f28aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,6 +86,7 @@ jobs: ./publish_${{ matrix.env.SCRIPT_SUFFIX }} - name: build Android native + if: "success() && matrix.env.SCRIPT_SUFFIX != 'linux_arm64'" run: | cd Samples/Beyond.NET.Sample.Native ./publish_android_arm64