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 91d63a1 commit bdacdd4Copy full SHA for bdacdd4
1 file changed
.github/workflows/cpp_b2.yml
@@ -62,11 +62,9 @@ jobs:
62
run: |
63
set -x
64
uname -a
65
- env | sort
66
- find / -name docker
67
- /usr/bin/docker ps
68
apt-get update
69
- apt-get install -y curl xz-utils
+ apt-get install -y curl xz-utils docker
+ docker ps
70
curl -LO https://nodejs.org/dist/v24.13.0/node-v24.13.0-linux-x64.tar.xz
71
ls -laF /
72
tar -xf node-v24.13.0-linux-x64.tar.xz --strip-components 1 -C /node24
0 commit comments