Skip to content

Commit

Permalink
Fix windows builds (#538)
Browse files Browse the repository at this point in the history
Apply the same fix as in raspberrypi/pico-sdk#1846
  • Loading branch information
will-v-pi authored Aug 28, 2024
1 parent 175b382 commit 6d833bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ jobs:

- name: Build Project
working-directory: ${{github.workspace}}/pico-examples
# 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
Expand Down

0 comments on commit 6d833bc

Please sign in to comment.