File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed
Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -28,16 +28,20 @@ jobs:
2828 with :
2929 submodules : recursive
3030 - uses : actboy168/setup-luamake@master
31+ - if : matrix.os == 'ubuntu-20.04'
32+ run : |
33+ sudo apt update
34+ sudo apt install -y binutils-dev libunwind-dev
3135 - if : matrix.platform == 'linux-arm64'
3236 run : |
3337 sudo apt-get update
3438 sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
3539 - run : luamake lua compile/download_deps.lua
3640 - run : luamake -mode release -platform ${{ matrix.platform }}
37- - run : npm install -g vsce ovsx
38- - run : npx vsce publish --target ${{ matrix.platform }} -p ${{ secrets.VSCE_KEY }}
39- working-directory : publish
40- continue-on-error : true
41- - run : npx ovsx publish --target ${{ matrix.platform }} -p ${{ secrets.OVSX_KEY }}
42- working-directory : publish
43- continue-on-error : true
41+ # - run: npm install -g vsce ovsx
42+ # - run: npx vsce publish --target ${{ matrix.platform }} -p ${{ secrets.VSCE_KEY }}
43+ # working-directory: publish
44+ # continue-on-error: true
45+ # - run: npx ovsx publish --target ${{ matrix.platform }} -p ${{ secrets.OVSX_KEY }}
46+ # working-directory: publish
47+ # continue-on-error: true
You can’t perform that action at this time.
0 commit comments