ci(linux): install dependencies from devtool images [skip ci]

This commit is contained in:
Baptiste Augrain
2024-02-19 14:45:13 +01:00
parent b0e8397279
commit 0b4117ed49
4 changed files with 35 additions and 22 deletions

View File

@@ -42,8 +42,8 @@ jobs:
npm_arch: arm64
- vscode_arch: armhf
npm_arch: arm
# - vscode_arch: ppc64le
# npm_arch: ppc64
- vscode_arch: ppc64le
npm_arch: ppc64
env:
DISABLE_UPDATE: 'yes'
VSCODE_ARCH: ${{ matrix.vscode_arch }}
@@ -118,6 +118,13 @@ jobs:
run: ./update_version.sh
if: env.SHOULD_BUILD == 'yes' && env.SHOULD_DEPLOY == 'yes'
- name: Upload assets
uses: actions/upload-artifact@v4
with:
name: assets
path: assets/
if: env.SHOULD_BUILD == 'yes' && env.SHOULD_DEPLOY == 'no' && github.event.inputs.generate_assets == 'true'
aur:
needs:
- build