fix: env
This commit is contained in:
parent
a6e1af91ed
commit
122bd19c06
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -40,4 +40,4 @@ jobs:
|
||||
env:
|
||||
NDK_TOOLCHAIN: ${{ steps.setup-ndk.outputs.ndk-path }}
|
||||
BUILD_MACHINE: linux
|
||||
run: make runtest
|
||||
run: make -e runtest
|
||||
|
Loading…
x
Reference in New Issue
Block a user