Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Nov 28, 2024
1 parent b627f4b commit a8820b3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8820b3

Please sign in to comment.