From 604322aa25a85553104d7c8519fb724fe5c042f5 Mon Sep 17 00:00:00 2001 From: Nicolas Caron Date: Thu, 21 Mar 2024 11:41:21 +0100 Subject: [PATCH] test --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b0e746..c075a89 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,9 @@ jobs: uses: actions/checkout@v2 - name: Install Docker - run: curl -fsSL https://get.docker.com/rootless | sh + run: | + apt-get update + apt-get install -y docker.io - name: Login to Docker Registry uses: docker/login-action@v2