Skip to content

Commit dd2fa3d

Browse files
committed
testing...
1 parent 5651146 commit dd2fa3d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 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
31-
- run: sudo find / -name "libbfd*"
32-
- run: luamake lua compile/download_deps.lua
33-
- run: luamake -mode release -platform ${{ matrix.platform }}
30+
#- uses: actboy168/setup-luamake@master
31+
- run: sudo ldconfig -p
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

0 commit comments

Comments
 (0)