We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca66049 commit 78c2b3eCopy full SHA for 78c2b3e
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
- uses: actboy168/setup-luamake@master
31
- if: matrix.platform == 'linux-x64'
32
run: |
33
- sudo apt update && apt install -y libiberty-dev
+ sudo apt update && sudo 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