mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 03:50:13 +10:00
ci(linux): add additional conditions for steps [skip ci]
This commit is contained in:
9
.github/workflows/insider-linux.yml
vendored
9
.github/workflows/insider-linux.yml
vendored
@@ -147,25 +147,28 @@ jobs:
|
|||||||
run: ./install_gh.sh
|
run: ./install_gh.sh
|
||||||
if: env.SHOULD_DEPLOY == 'yes'
|
if: env.SHOULD_DEPLOY == 'yes'
|
||||||
|
|
||||||
- name: Install libkrb5-dev
|
|
||||||
run: sudo apt-get install -y libkrb5-dev
|
|
||||||
|
|
||||||
- name: Check existing VSCodium tags/releases
|
- name: Check existing VSCodium tags/releases
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
CHECK_REH: 'no'
|
CHECK_REH: 'no'
|
||||||
run: ./check_tags.sh
|
run: ./check_tags.sh
|
||||||
|
|
||||||
|
- name: Install libkrb5-dev
|
||||||
|
run: sudo apt-get install -y libkrb5-dev
|
||||||
|
if: env.SHOULD_BUILD == 'yes' || github.event.inputs.generate_assets == 'true'
|
||||||
|
|
||||||
- name: Download vscode artifact
|
- name: Download vscode artifact
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: vscode
|
name: vscode
|
||||||
|
if: env.SHOULD_BUILD == 'yes' || github.event.inputs.generate_assets == 'true'
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
npm_config_arch: ${{ matrix.npm_arch }}
|
npm_config_arch: ${{ matrix.npm_arch }}
|
||||||
run: ./package_linux_bin.sh
|
run: ./package_linux_bin.sh
|
||||||
|
if: env.SHOULD_BUILD == 'yes' || github.event.inputs.generate_assets == 'true'
|
||||||
|
|
||||||
- name: Prepare assets
|
- name: Prepare assets
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user