From 9d25af96ffcf1e708c809d26419beb29c0b6df64 Mon Sep 17 00:00:00 2001 From: Richard Cox Date: Fri, 9 Aug 2024 16:47:24 +0100 Subject: [PATCH] ftrfyry --- .github/actions/setup-docker/action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/setup-docker/action.yaml b/.github/actions/setup-docker/action.yaml index 4435ab4ab6c..49b2db1f3a1 100644 --- a/.github/actions/setup-docker/action.yaml +++ b/.github/actions/setup-docker/action.yaml @@ -11,3 +11,4 @@ runs: # if no docker and no zypper, return a non-zero response run: | docker || zypper && zypper -n install docker + systemctl start docker