Skip to content

Commit 718992b

Browse files
Flamefireashtum
authored andcommitted
Use boost.io node
1 parent 33cfc56 commit 718992b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ jobs:
253253
- name: Install nodejs20glibc2.17
254254
if: matrix.container == 'ubuntu:16.04' || matrix.container == 'ubuntu:18.04'
255255
run: |
256-
curl -LO https://unofficial-builds.nodejs.org/download/release/v20.9.0/node-v20.9.0-linux-x64-glibc-217.tar.xz
256+
curl -LO https://archives.boost.io/misc/node/node-v20.9.0-linux-x64-glibc-217.tar.xz
257257
tar -xf node-v20.9.0-linux-x64-glibc-217.tar.xz --strip-components 1 -C /node20217
258258
259259
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)