Skip to content

Commit d7f47ae

Browse files
committed
CI/CD updates for linux
1 parent 2d3db1c commit d7f47ae

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.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' || matrix.platform == 'linux-arm64'
32+
run: |
33+
sudo apt-get update && sudo apt-get install -y libiberty-dev binutils-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)