Skip to content

Commit

Permalink
.github/workflows/config.yml: workaround for Getting GLIBC_2.28 not f…
Browse files Browse the repository at this point in the history
…ound
  • Loading branch information
k-okada committed Dec 5, 2024
1 parent 57c386f commit 3b414da
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ jobs:
git config --global --add safe.directory $GITHUB_WORKSPACE
fi
- name: install ndoejs version 18
run: |
sudo apt-get install -y curl
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | sudo bash
nvm ls-remote
nvm install v18.13.1
- name: Chcekout
uses: actions/checkout@v4

Expand Down

0 comments on commit 3b414da

Please sign in to comment.