Skip to content

Commit 92bb9a6

Browse files
authored
Update release.yml
1 parent 34f77fc commit 92bb9a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
run: sudo apt-get install -y libpcap-dev libluajit-5.1-dev
2424

2525
- name: LuaJIT
26-
run: git clone https://luajit.org/git/luajit-2.0.git && cd luajit-2.0 && git checkout v2.1 && make CCOPT="-static -fPIC" BUILDMODE="static" && sudo make install
26+
run: git clone https://luajit.org/git/luajit-2.0.git && cd luajit-2.0 && git checkout v2.1 && make CCOPT="-static -fPIC" BUILDMODE="static" && sudo make install && ldconfig
2727

2828
- name: Build
29-
run: go build -ldflags "-s -w" -o heplify *.go
30-
#run: CGO_ENABLED=1 GOOS=linux CGO_LDFLAGS="-lm -ldl" go build -a -ldflags '-extldflags "-static"' -tags netgo -installsuffix netgo -o heplify *.go
29+
#run: go build -ldflags "-s -w" -o heplify *.go
30+
run: CGO_ENABLED=1 GOOS=linux CGO_LDFLAGS="-lm -ldl" go build -a -ldflags '-extldflags "-static"' -tags netgo -installsuffix netgo -o heplify *.go
3131

3232
- name: Upload
3333
uses: skx/github-action-publish-binaries@master

0 commit comments

Comments
 (0)