Skip to content

Commit 39ad676

Browse files
Flamefirejeking3
authored andcommittedDec 24, 2024·
Use boost.io node
1 parent 1297933 commit 39ad676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
git config --global pack.threads 0
148148
if [[ "${{matrix.container}}" == "ubuntu:1"* ]]; then
149149
# Node 20 doesn't work with Ubuntu 16/18 glibc: https://github.com/actions/checkout/issues/1590
150-
curl -sL https://unofficial-builds.nodejs.org/download/release/v20.9.0/node-v20.9.0-linux-x64-glibc-217.tar.xz | tar -xJ --strip-components 1 -C /node20217
150+
curl -sL https://archives.boost.io/misc/node/node-v20.9.0-linux-x64-glibc-217.tar.xz | tar -xJ --strip-components 1 -C /node20217
151151
fi
152152
153153
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)
Please sign in to comment.