zephyrproject-rtos / action-zephyr-setup

GitHub Action to set up Zephyr build environment
Apache License 2.0
11 stars 13 forks source link

Fix pip update on Windows (and update cache action version) #5

Closed fabiobaltieri closed 9 months ago

fabiobaltieri commented 9 months ago

Looks like windows is a bit particular on how to install pip updates, guess the binary can't overwrite itself or something, tested on https://github.com/zephyrproject-rtos/example-application/pull/51 and https://github.com/zephyrproject-rtos/example-application/pull/51, I'd cut v1.0.1 and update the v1 tag after that, this is currently failing CI upstream which is fairly annoying.


Fix pip update on Windows and update cache action version.