Skip to content

Commit a403a40

Browse files
committed
Need some utils for the node20 install.
1 parent 87c0d64 commit a403a40

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@ jobs:
181181
- name: Install nodejs20glibc2.17
182182
if: ${{ startsWith( matrix.container, 'ubuntu:1' ) }}
183183
run: |
184+
set -x
185+
apt-get update
186+
apt-get install -y curl xz-utils
184187
curl -LO https://archives.boost.io/misc/node/node-v20.9.0-linux-x64-glibc-217.tar.xz
185188
tar -xf node-v20.9.0-linux-x64-glibc-217.tar.xz --strip-components 1 -C /node20217
186189

0 commit comments

Comments
 (0)