From 4f7937c904c37d7c00dfbaecb938a6477e5294b1 Mon Sep 17 00:00:00 2001 From: Crown0815 Date: Sat, 24 May 2025 16:55:51 +0200 Subject: [PATCH] ci: Add missing bash package to Alpine Linux --- .github/workflows/windows-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/windows-tests.yml b/.github/workflows/windows-tests.yml index 674d33ff..d3569f54 100644 --- a/.github/workflows/windows-tests.yml +++ b/.github/workflows/windows-tests.yml @@ -38,6 +38,7 @@ jobs: with: distribution: Alpine wsl-shell-user: root + additional-packages: bash - name: WSL - Install Docker shell: wsl-bash {0}