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 11on : [push, pull_request, release]
22name : build
3+ permissions :
4+ contents : read
5+ pull-requests : write
36
47jobs :
58
@@ -109,7 +112,7 @@ jobs:
109112 brew install FiloSottile/musl-cross/musl-cross mingw-w64
110113 wget https://github.com/mstorsjo/llvm-mingw/releases/download/20250430/llvm-mingw-20250430-ucrt-macos-universal.tar.xz
111114 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"
113116 CC=aarch64-linux-musl-gcc GOOS=linux GOARCH=arm64 go build -ldflags "-s -w" -buildmode=c-shared -o libexcelize.arm64.linux.so main.go
114117 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
115118 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