From a7e0a07f4f2f29ecabfdb10b7c92ba6452cdcb08 Mon Sep 17 00:00:00 2001 From: Crown0815 Date: Sat, 24 May 2025 18:22:18 +0200 Subject: [PATCH] ci: Run openrc on softlevel --- .github/workflows/windows-tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/windows-tests.yml b/.github/workflows/windows-tests.yml index 93be6c99..a23c3865 100644 --- a/.github/workflows/windows-tests.yml +++ b/.github/workflows/windows-tests.yml @@ -45,6 +45,10 @@ jobs: run: | apk --update add --no-cache docker curl + # Create the OpenRC softlevel file to allow services to run in WSL + mkdir -p /run/openrc + touch /run/openrc/softlevel + # Check if Docker is already in the default runlevel before adding it if ! rc-status default | grep -q "docker"; then rc-update add docker default || true