Skip to content

Commit 6d833bc

Browse files
authored
Fix windows builds (#538)
Apply the same fix as in raspberrypi/pico-sdk#1846
1 parent 175b382 commit 6d833bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/windows.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ jobs:
3939

4040
- name: Build Project
4141
working-directory: ${{github.workspace}}/pico-examples
42-
# bash required otherwise this mysteriously (no error) fails at "Generating cyw43_bus_pio_spi.pio.h"
43-
shell: bash
42+
shell: pwsh
4443
run: |
4544
mkdir build
4645
cd build

0 commit comments

Comments
 (0)