mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 11:50:14 +10:00
ci(linux): install dep for alpine reh [skip ci]
This commit is contained in:
14
.github/workflows/insider-linux.yml
vendored
14
.github/workflows/insider-linux.yml
vendored
@@ -326,6 +326,10 @@ jobs:
|
|||||||
CHECK_ONLY_REH: 'yes'
|
CHECK_ONLY_REH: 'yes'
|
||||||
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'
|
||||||
|
|
||||||
- name: Download vscode artifact
|
- name: Download vscode artifact
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
@@ -395,7 +399,7 @@ jobs:
|
|||||||
platform:
|
platform:
|
||||||
- amd64
|
- amd64
|
||||||
- arm64
|
- arm64
|
||||||
if: needs.check.outputs.SHOULD_DEPLOY == 'yes' || github.event.inputs.generate_assets == 'true'
|
if: needs.check.outputs.SHOULD_DEPLOY == 'yes'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
@@ -420,11 +424,3 @@ jobs:
|
|||||||
snap: ${{ steps.build.outputs.snap }}
|
snap: ${{ steps.build.outputs.snap }}
|
||||||
release: stable
|
release: stable
|
||||||
if: needs.check.outputs.SHOULD_DEPLOY == 'yes'
|
if: needs.check.outputs.SHOULD_DEPLOY == 'yes'
|
||||||
|
|
||||||
- name: Upload assets
|
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: snap-${{ matrix.platform }}
|
|
||||||
path: ${{ steps.build.outputs.snap }}
|
|
||||||
retention-days: 3
|
|
||||||
if: github.event.inputs.generate_assets == 'true'
|
|
||||||
|
|||||||
10
.github/workflows/stable-linux.yml
vendored
10
.github/workflows/stable-linux.yml
vendored
@@ -331,7 +331,7 @@ jobs:
|
|||||||
platform:
|
platform:
|
||||||
- amd64
|
- amd64
|
||||||
- arm64
|
- arm64
|
||||||
if: needs.check.outputs.SHOULD_DEPLOY == 'yes' || github.event.inputs.generate_assets == 'true'
|
if: needs.check.outputs.SHOULD_DEPLOY == 'yes'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
@@ -375,14 +375,6 @@ jobs:
|
|||||||
release: stable
|
release: stable
|
||||||
if: env.SHOULD_DEPLOY_TO_STORE == 'yes'
|
if: env.SHOULD_DEPLOY_TO_STORE == 'yes'
|
||||||
|
|
||||||
- name: Upload assets
|
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: snap-${{ matrix.platform }}
|
|
||||||
path: ${{ steps.build.outputs.snap }}
|
|
||||||
retention-days: 3
|
|
||||||
if: github.event.inputs.generate_assets == 'true'
|
|
||||||
|
|
||||||
deb-rpm-repo-hook:
|
deb-rpm-repo-hook:
|
||||||
needs:
|
needs:
|
||||||
- check
|
- check
|
||||||
|
|||||||
Reference in New Issue
Block a user