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 3142728
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ jobs:
git config --global --add safe.directory $GITHUB_WORKSPACE
fi
- name: install ndoejs version 20
run: |
sudo apt-get install -y curl
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - && sudo apt-get install -y nodejs
- name: Chcekout
uses: actions/checkout@v4

Expand Down

0 comments on commit 3142728

Please sign in to comment.