Skip to content

Commit 785f2d8

Browse files
committed
Update build pipeline for linux
1 parent fb24e52 commit 785f2d8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
include:
1616
- os: windows-latest
1717
platform: win32-x64
18-
- os: ubuntu-22.04
18+
- os: ubuntu-24.04
1919
platform: linux-x64
20-
- os: ubuntu-22.04-arm
20+
- os: ubuntu-24.04-arm
2121
platform: linux-arm64
2222
- os: macos-latest
2323
platform: darwin-x64
@@ -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
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)