chore: remove commented code [skip ci]

This commit is contained in:
Baptiste Augrain
2025-08-18 16:03:43 +02:00
parent 914f0da189
commit 0545b56f6f

View File

@@ -332,16 +332,6 @@ jobs:
with:
node-version-file: '.nvmrc'
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: Setup Python 3
uses: actions/setup-python@v5