Skip to content

Commit bdacdd4

Browse files
committed
Try installing docker.
1 parent 91d63a1 commit bdacdd4

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/cpp_b2.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,9 @@ jobs:
6262
run: |
6363
set -x
6464
uname -a
65-
env | sort
66-
find / -name docker
67-
/usr/bin/docker ps
6865
apt-get update
69-
apt-get install -y curl xz-utils
66+
apt-get install -y curl xz-utils docker
67+
docker ps
7068
curl -LO https://nodejs.org/dist/v24.13.0/node-v24.13.0-linux-x64.tar.xz
7169
ls -laF /
7270
tar -xf node-v24.13.0-linux-x64.tar.xz --strip-components 1 -C /node24

0 commit comments

Comments
 (0)