Skip to content

Commit ca66049

Browse files
committed
testing...
1 parent b5a7e8f commit ca66049

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
with:
2929
submodules : recursive
3030
- uses: actboy168/setup-luamake@master
31+
- if: matrix.platform == 'linux-x64'
32+
run: |
33+
sudo apt update && apt install -y libiberty-dev
3134
- run: luamake lua compile/download_deps.lua
3235
- run: luamake -mode release -platform ${{ matrix.platform }}
3336
- run: npm install -g @vscode/vsce ovsx

0 commit comments

Comments
 (0)