We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d74e7f commit b2c7567Copy full SHA for b2c7567
.github/actions/pio-build/entrypoint.sh
@@ -13,7 +13,7 @@ python3 -m venv "$HOME/venv"
13
python3 -m pip install --quiet --upgrade platformio
14
15
# Install the development version of ststm32 platform
16
-pio pkg install --platform "https://github.com/platformio/platform-ststm32.git" || {
+pio pkg install --platform "https://github.com/platformio/platform-ststm32.git" --force --global || {
17
exit 1
18
}
19
# Prepare framework for CI
0 commit comments