Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DZZN-DEV authored Jan 1, 2024
1 parent d884c2d commit d7f80eb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Build

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# push:
# branches: [ main ]
# pull_request:
# branches: [ main ]
workflow_dispatch:

env:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d7f80eb

Please sign in to comment.