We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5a7e8f commit ca66049Copy full SHA for ca66049
.github/workflows/build.yml
@@ -28,6 +28,9 @@ jobs:
28
with:
29
submodules : recursive
30
- uses: actboy168/setup-luamake@master
31
+ - if: matrix.platform == 'linux-x64'
32
+ run: |
33
+ sudo apt update && apt install -y libiberty-dev
34
- run: luamake lua compile/download_deps.lua
35
- run: luamake -mode release -platform ${{ matrix.platform }}
36
- run: npm install -g @vscode/vsce ovsx
0 commit comments