Skip to content

Commit

Permalink
Update build_package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Teingi authored Dec 3, 2024
1 parent 5b002e7 commit d91586f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ jobs:
run: |
yum install curl -yyq
curl -LO https://unofficial-builds.nodejs.org/download/release/v20.9.0/node-v20.9.0-linux-x64-glibc-217.tar.xz
mv /__e/node20 /__e/node20_backup
tar -xf node-v20.9.0-linux-x64-glibc-217.tar.xz --strip-components 1 -C /__e/node20
ldd /__e/node20/bin/node
mkdir -p /node20217
tar -xf node-v20.9.0-linux-x64-glibc-217.tar.xz --strip-components 1 -C /node20217
ldd /node20217/bin/node
export PATH=/node20217/bin:$PATH
source ~/.bashrc
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit d91586f

Please sign in to comment.