Skip to content

Commit a12fd91

Browse files
committed
More CI/CD updates for linux
1 parent d7f47ae commit a12fd91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actboy168/setup-luamake@master
3131
- if: matrix.platform == 'linux-x64' || matrix.platform == 'linux-arm64'
3232
run: |
33-
sudo apt-get update && sudo apt-get install -y libiberty-dev binutils-dev
33+
sudo apt-get update && sudo apt-get install -y libiberty-dev libsframe-dev
3434
- run: luamake lua compile/download_deps.lua
3535
- run: luamake -mode release -platform ${{ matrix.platform }}
3636
- run: npm install -g @vscode/vsce ovsx

0 commit comments

Comments
 (0)