diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38c4636e..4269dc57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,4 @@ jobs: - name: check codes run: cargo ndk -t arm64-v8a --platform=29 check --verbose --target aarch64-linux-android - name: build - run: | - xmake f -p android - xmake + run: sh build.sh