Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Duron27 authored Oct 15, 2024
1 parent f2bff3f commit 2d99d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ARCH=${{ matrix.arch }} source buildscripts/include/version.sh
sed -i "s/abiFilters.*/abiFilters '$ABI'/" app/build.gradle
export ANDROID_NDK_HOME=$(pwd)/buildscripts/toolchain/ndk/
./gradlew assembleNightlyDebug
./gradlew assembleDebug
- name: Compress symbols
run: |
Expand Down

0 comments on commit 2d99d87

Please sign in to comment.