wip(linux-reh-x64): add cxx11 verification (#2467)

This commit is contained in:
Baptiste Augrain
2025-08-18 11:50:53 +02:00
committed by GitHub
parent 23683879d3
commit a3bf4232ba
4 changed files with 55 additions and 2 deletions

View File

@@ -333,7 +333,7 @@ jobs:
node-version-file: '.nvmrc'
if: env.DISABLED != 'yes' && matrix.npm_arch != 'x64'
- name: Install Unofficial Node.js
- name: Install unofficial Node.js
run: ./build/linux/install_nodejs.sh
env:
NODEJS_ARCH: ${{ matrix.npm_arch }}