From d7f80ebfd83f73395f61f7272688f8c187fa1c9d Mon Sep 17 00:00:00 2001 From: DZZN-DEV <93328813+DZZN-DEV@users.noreply.github.com> Date: Mon, 1 Jan 2024 10:42:56 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d2c09fe3..b5d209a5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,10 +1,10 @@ name: Build on: - push: - branches: [ main ] - pull_request: - branches: [ main ] +# push: +# branches: [ main ] +# pull_request: +# branches: [ main ] workflow_dispatch: env: @@ -35,7 +35,7 @@ jobs: - name: Build native libs run: | unset ANDROID_SDK_ROOT # Deprecated, will cause an error if left set. - cd native + cd scdl cargo ndk --target ${{ matrix.android-abi }} --platform 26 -o ../jniLibs build --release - uses: actions/upload-artifact@v3