Skip to content

Commit b2c7567

Browse files
committed
fixup! chore(pio): support new cmsis 6 version
1 parent 5d74e7f commit b2c7567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/pio-build/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ python3 -m venv "$HOME/venv"
1313
python3 -m pip install --quiet --upgrade platformio
1414

1515
# Install the development version of ststm32 platform
16-
pio pkg install --platform "https://github.com/platformio/platform-ststm32.git" || {
16+
pio pkg install --platform "https://github.com/platformio/platform-ststm32.git" --force --global || {
1717
exit 1
1818
}
1919
# Prepare framework for CI

0 commit comments

Comments
 (0)