We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0605a91 commit fbe0d17Copy full SHA for fbe0d17
1 file changed
.github/workflows/build.yml
@@ -28,6 +28,8 @@ jobs:
28
with:
29
submodules : recursive
30
- uses: actboy168/setup-luamake@master
31
+ - run: sudo updatedb
32
+ - run: locate libbfd
33
- run: luamake lua compile/download_deps.lua
34
- run: luamake -mode release -platform ${{ matrix.platform }}
35
#- run: npm install -g @vscode/vsce ovsx
0 commit comments