File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
on : [push, pull_request, release]
2
2
name : build
3
+ permissions :
4
+ contents : read
5
+ pull-requests : write
3
6
4
7
jobs :
5
8
@@ -109,7 +112,7 @@ jobs:
109
112
brew install FiloSottile/musl-cross/musl-cross mingw-w64
110
113
wget https://github.com/mstorsjo/llvm-mingw/releases/download/20250430/llvm-mingw-20250430-ucrt-macos-universal.tar.xz
111
114
tar -xzf llvm-mingw-20250430-ucrt-macos-universal.tar.xz
112
- export PATH="$(pwd)/llvm-mingw-20250430-ucrt-macos-universal/bin:$PATH"
115
+ export PATH="$(pwd)/llvm-mingw-20250430-ucrt-macos-universal/bin:$PATH"
113
116
CC=aarch64-linux-musl-gcc GOOS=linux GOARCH=arm64 go build -ldflags "-s -w" -buildmode=c-shared -o libexcelize.arm64.linux.so main.go
114
117
CC=x86_64-w64-mingw32-gcc GOOS=windows GOARCH=amd64 go build -ldflags "-s -w" -buildmode=c-shared -o libexcelize.amd64.windows.dll main.go
115
118
CC=i686-w64-mingw32-gcc GOOS=windows GOARCH=386 go build -ldflags "-s -w" -buildmode=c-shared -o libexcelize.386.windows.dll main.go
You can’t perform that action at this time.
0 commit comments