Skip to content

Commit

Permalink
Use powershell for windows CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
will-v-pi authored Aug 19, 2024
1 parent efe2103 commit 7fbec75
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 @@ -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
Expand Down

0 comments on commit 7fbec75

Please sign in to comment.