File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ jobs:
23
23
run : sudo apt-get install -y libpcap-dev libluajit-5.1-dev
24
24
25
25
- 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
27
27
28
28
- 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
31
31
32
32
- name : Upload
33
33
uses : skx/github-action-publish-binaries@master
You can’t perform that action at this time.
0 commit comments