File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ jobs:
141
141
- name : Setup Android NDK
142
142
id : setup-ndk
143
143
if : ${{ steps.cache-gocq-dist.outputs.cache-hit != 'true' }}
144
- uses : nttld/setup-ndk@v1
144
+ uses : nttld/setup-ndk@v1.4.2
145
145
with :
146
146
ndk-version : ${{ env.ANDROID_NDK_VERSION }}
147
147
link-to-sdk : true
@@ -414,7 +414,12 @@ jobs:
414
414
CGO_FLAGS : -Werror=unused-variable -Werror=implicit-function-declaration -O2
415
415
CUR_TIME : ${{ steps.current-time.outputs.formattedTime }}
416
416
working-directory : ./sealdice-core
417
- run : go build -o "output/sealdice-core" -trimpath -ldflags "-s -w -X sealdice-core/dice.VERSION=$CUR_TIME($PROJECT_VERSION_S)" .
417
+ run : |
418
+ ls ${{ steps.setup-ndk.outputs.ndk-path }}/toolchains/llvm/prebuilt/linux-x86_64/bin/clang
419
+ file ${{ steps.setup-ndk.outputs.ndk-path }}/toolchains/llvm/prebuilt/linux-x86_64/bin/clang
420
+ ls ${{ steps.setup-ndk.outputs.ndk-path }}/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-14
421
+ file ${{ steps.setup-ndk.outputs.ndk-path }}/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-14
422
+ go build -o "output/sealdice-core" -trimpath -ldflags "-s -w -X sealdice-core/dice.VERSION=$CUR_TIME($PROJECT_VERSION_S)" .
418
423
- name : Upload Core
419
424
uses : actions/upload-artifact@v3
420
425
with :
You can’t perform that action at this time.
0 commit comments