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 6658d35 commit c957655Copy full SHA for c957655
.github/workflows/ci.yml
@@ -182,7 +182,7 @@ jobs:
182
apt-get -y install sudo python3 git g++ curl
183
if [[ "${{matrix.container}}" == "ubuntu:1"* ]]; then
184
# Node 20 doesn't work with Ubuntu 16/18 glibc: https://github.com/actions/checkout/issues/1590
185
- 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
+ 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
186
fi
187
188
- uses: actions/checkout@v4
0 commit comments