We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c0d64 commit a403a40Copy full SHA for a403a40
1 file changed
.github/workflows/ci.yml
@@ -181,6 +181,9 @@ jobs:
181
- name: Install nodejs20glibc2.17
182
if: ${{ startsWith( matrix.container, 'ubuntu:1' ) }}
183
run: |
184
+ set -x
185
+ apt-get update
186
+ apt-get install -y curl xz-utils
187
curl -LO https://archives.boost.io/misc/node/node-v20.9.0-linux-x64-glibc-217.tar.xz
188
tar -xf node-v20.9.0-linux-x64-glibc-217.tar.xz --strip-components 1 -C /node20217
189
0 commit comments