mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-20 02:34:31 +10:00
chore(linux-reh-x86): streamline to only necessary* changes (#2471)
This commit is contained in:
19
.github/workflows/insider-linux.yml
vendored
19
.github/workflows/insider-linux.yml
vendored
@@ -331,16 +331,17 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
if: env.DISABLED != 'yes' && matrix.npm_arch != 'x64'
|
||||
if: env.DISABLED != 'yes'
|
||||
# if: env.DISABLED != 'yes' && matrix.npm_arch != 'x64'
|
||||
|
||||
- name: Install unofficial Node.js
|
||||
run: ./build/linux/install_nodejs.sh
|
||||
env:
|
||||
NODEJS_ARCH: ${{ matrix.npm_arch }}
|
||||
NODEJS_SITE: https://unofficial-builds.nodejs.org
|
||||
NODEJS_URLROOT: /download/release
|
||||
NODEJS_URLSUFFIX: -glibc-217
|
||||
if: env.DISABLED != 'yes' && matrix.npm_arch == 'x64'
|
||||
# - name: Install unofficial Node.js
|
||||
# run: ./build/linux/install_nodejs.sh
|
||||
# env:
|
||||
# NODEJS_ARCH: ${{ matrix.npm_arch }}
|
||||
# NODEJS_SITE: https://unofficial-builds.nodejs.org
|
||||
# NODEJS_URLROOT: /download/release
|
||||
# NODEJS_URLSUFFIX: -glibc-217
|
||||
# if: env.DISABLED != 'yes' && matrix.npm_arch == 'x64'
|
||||
|
||||
- name: Setup Python 3
|
||||
uses: actions/setup-python@v5
|
||||
|
||||
Reference in New Issue
Block a user