Skip to content

Commit

Permalink
[ci] skip Android native build on Ubuntu arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
nil4 committed Jan 17, 2025
1 parent b8d0f93 commit b118a70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b118a70

Please sign in to comment.