This commit is contained in:
源文雨 2024-04-16 13:28:04 +09:00
parent a6e1af91ed
commit 122bd19c06
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ jobs:
env:
NDK_TOOLCHAIN: ${{ steps.setup-ndk.outputs.ndk-path }}
BUILD_MACHINE: linux
run: make
run: make -e
- name: Upload Binaries to Release
uses: svenstaro/upload-release-action@v2

View File

@ -40,4 +40,4 @@ jobs:
env:
NDK_TOOLCHAIN: ${{ steps.setup-ndk.outputs.ndk-path }}
BUILD_MACHINE: linux
run: make runtest
run: make -e runtest