We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33cfc56 commit 718992bCopy full SHA for 718992b
.github/workflows/build.yml
@@ -253,7 +253,7 @@ jobs:
253
- name: Install nodejs20glibc2.17
254
if: matrix.container == 'ubuntu:16.04' || matrix.container == 'ubuntu:18.04'
255
run: |
256
- curl -LO https://unofficial-builds.nodejs.org/download/release/v20.9.0/node-v20.9.0-linux-x64-glibc-217.tar.xz
+ curl -LO https://archives.boost.io/misc/node/node-v20.9.0-linux-x64-glibc-217.tar.xz
257
tar -xf node-v20.9.0-linux-x64-glibc-217.tar.xz --strip-components 1 -C /node20217
258
259
- uses: actions/checkout@v3
0 commit comments