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 9500742
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: Getting GLIBC_2.28 not found (https://stackoverflow.com/questions/72921215/getting-glibc-2-28-not-found)
run: |
sudo apt-get remove nodejs
nvm install 16.15.1
- name: Chcekout
uses: actions/checkout@v4

Expand Down

0 comments on commit 9500742

Please sign in to comment.