File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
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
@@ -155,6 +155,7 @@ jobs:
155
155
CGO_ENABLE : 0
156
156
CC : ${{ steps.setup-ndk.outputs.ndk-path }}/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android33-clang
157
157
run : |
158
+ ls ${{ steps.setup-ndk.outputs.ndk-path }}/toolchains/llvm/prebuilt/linux-x86_64/bin
158
159
export LD_FLAGS="-w -s -X github.com/Mrs4s/go-cqhttp/internal/base.Version=${COMMIT_ID::7}-sealdicefork"
159
160
go build -o "output/go-cqhttp" -trimpath -ldflags "$LD_FLAGS" .
160
161
- name : Upload Gocqhttp
You can’t perform that action at this time.
0 commit comments