Skip to content

Commit 322590c

Browse files
committed
testing...
1 parent dd2fa3d commit 322590c

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
- uses: actions/checkout@v4
2828
with:
2929
submodules : recursive
30-
#- uses: actboy168/setup-luamake@master
30+
- uses: actboy168/setup-luamake@master
3131
- run: sudo ldconfig -p
32-
#- run: luamake lua compile/download_deps.lua
33-
#- run: luamake -mode release -platform ${{ matrix.platform }}
32+
- run: luamake lua compile/download_deps.lua
33+
- run: luamake -mode release -platform ${{ matrix.platform }}
3434
#- run: npm install -g @vscode/vsce ovsx
3535
#- run: npx vsce publish --target ${{ matrix.platform }} -p ${{ secrets.VSCE_KEY }}
3636
# working-directory: publish

compile/common/bee.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,10 @@ lm:lua_src "source_bee" {
132132
}
133133
},
134134
linux = {
135-
ldflags = "-pthread",
135+
ldflags = "-pthread -l:libbfd.so",
136136
links = {
137137
"stdc++fs",
138138
"unwind",
139-
"bfd",
140139
}
141140
},
142141
macos = {

0 commit comments

Comments
 (0)