diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 61e8a4e87..496d9572c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,16 +40,16 @@ jobs: run: ldd --version # We need to avoid using NodeJS v20, because it doesn't work with glibc 2.17. # See https://github.com/actions/checkout/issues/1809. - - name: Fix NodeJS version - run: | - yum install wget -y - touch "$HOME/.bashrc" - wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash - export NVM_DIR="$HOME/.nvm" - [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" - nvm install 16.16.0 + # - name: Fix NodeJS version + # run: | + # yum install wget -y + # touch "$HOME/.bashrc" + # wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash + # export NVM_DIR="$HOME/.nvm" + # [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" + # nvm install 16.16.0 - name: Checkout sources - uses: actions/checkout@v3 + uses: actions/checkout@v3.4.0 with: ref: ${{ needs.set-env.outputs.sha }} - name: Install stable toolchain