From dcd555e0168e7e9f13e6b77aecd92fce2b05fb17 Mon Sep 17 00:00:00 2001 From: Yury-Fridlyand Date: Thu, 20 Feb 2025 16:34:56 -0800 Subject: [PATCH] CI Signed-off-by: Yury-Fridlyand --- .github/workflows/install-engine/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/install-engine/action.yml b/.github/workflows/install-engine/action.yml index 05552ac47c..f9382bf6dd 100644 --- a/.github/workflows/install-engine/action.yml +++ b/.github/workflows/install-engine/action.yml @@ -73,6 +73,7 @@ runs: - name: Build Valkey if: ${{ steps.cache-valkey.outputs.cache-hit != 'true' && contains(inputs.target, 'windows') }} + shepp: pwsh run: | echo "Cloning and checking out Valkey ${{ inputs.engine-version }}" cd ${{ runner.temp }}