Skip to content

Commit 78c2b3e

Browse files
committed
testing...
1 parent ca66049 commit 78c2b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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'
3232
run: |
33-
sudo apt update && apt install -y libiberty-dev
33+
sudo apt update && sudo apt install -y libiberty-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)