We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbe0d17 commit b932a92Copy full SHA for b932a92
.github/workflows/build.yml
@@ -28,8 +28,7 @@ jobs:
28
with:
29
submodules : recursive
30
- uses: actboy168/setup-luamake@master
31
- - run: sudo updatedb
32
- - run: locate libbfd
+ - run: find / -name "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