Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Windows CI build #1846

Merged
merged 2 commits into from
Aug 19, 2024
Merged

Fix Windows CI build #1846

merged 2 commits into from
Aug 19, 2024

Conversation

will-v-pi
Copy link
Contributor

Use powershell for the build, instead of bash - I can't test this works without this being merged, but running the CI commands locally in powershell works fine, so they should run correctly in GitHub actions. There seem to be some path escaping issues or something in bash on Windows, so using powershell instead as that's a more standard option on Windows generally

Also remove the unnecessary warning - it isn't necessary, as picotool no longer throws an error with garbage coprocessor instructions

Fixes #1843

@will-v-pi will-v-pi requested a review from kilograham August 19, 2024 12:03
@will-v-pi will-v-pi added this to the 2.0.1 milestone Aug 19, 2024
@lurch
Copy link
Contributor

lurch commented Aug 19, 2024

🤞 🙂

@kilograham kilograham merged commit 8886f27 into develop Aug 19, 2024
2 checks passed
@kilograham kilograham deleted the win-ci-pwsh branch August 19, 2024 17:49
@lurch
Copy link
Contributor

lurch commented Aug 19, 2024

https://github.com/raspberrypi/pico-sdk/commits/develop/

Yay, green ticks ✔️ ✔️ ✔️

will-v-pi added a commit to raspberrypi/pico-examples that referenced this pull request Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Windows CI builds failing on GitHub with "WARNING: Disassembly is not correct"
3 participants