From 7fbec75ef61c5c6278622634b6f4d8447cb68266 Mon Sep 17 00:00:00 2001 From: will-v-pi <108662275+will-v-pi@users.noreply.github.com> Date: Mon, 19 Aug 2024 12:11:29 +0100 Subject: [PATCH] Use powershell for windows CI build --- .github/workflows/windows.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 8ed2a033f..dc26d905f 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -24,8 +24,7 @@ jobs: run: choco install .github/workflows/choco_packages.config - name: Build Project - # bash required otherwise this mysteriously (no error) fails at "Generating cyw43_bus_pio_spi.pio.h" - shell: bash + shell: pwsh run: | mkdir build cd build