mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 20:00:15 +10:00
ci: fix build workflows
This commit is contained in:
1
.github/workflows/ci-build-linux.yml
vendored
1
.github/workflows/ci-build-linux.yml
vendored
@@ -80,6 +80,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
env:
|
env:
|
||||||
|
SHOULD_BUILD: yes
|
||||||
SHOULD_BUILD_REH: no
|
SHOULD_BUILD_REH: no
|
||||||
SHOULD_BUILD_REH_WEB: no
|
SHOULD_BUILD_REH_WEB: no
|
||||||
run: ./build.sh
|
run: ./build.sh
|
||||||
|
|||||||
6
.github/workflows/ci-build-macos.yml
vendored
6
.github/workflows/ci-build-macos.yml
vendored
@@ -71,13 +71,9 @@ jobs:
|
|||||||
- name: Clone VSCode repo
|
- name: Clone VSCode repo
|
||||||
run: . get_repo.sh
|
run: . get_repo.sh
|
||||||
|
|
||||||
- name: Check existing VSCodium tags/releases
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
run: . check_tags.sh
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
env:
|
env:
|
||||||
|
SHOULD_BUILD: yes
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: ./build.sh
|
run: ./build.sh
|
||||||
|
|
||||||
|
|||||||
1
.github/workflows/ci-build-windows.yml
vendored
1
.github/workflows/ci-build-windows.yml
vendored
@@ -72,6 +72,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
env:
|
env:
|
||||||
|
SHOULD_BUILD: yes
|
||||||
SHOULD_BUILD_REH: no
|
SHOULD_BUILD_REH: no
|
||||||
SHOULD_BUILD_REH_WEB: no
|
SHOULD_BUILD_REH_WEB: no
|
||||||
run: ./build.sh
|
run: ./build.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user