Skip to content

Commit 57a86f9

Browse files
committed
DNM: test
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 0e5997d commit 57a86f9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ python3 -c "import json; import os; fp=open(os.path.expanduser('~/.platformio/pl
2929
python3 -c "import json; import os; fp=open(os.path.expanduser('~/.platformio/platforms/ststm32/platform.json'), 'r+'); data=json.load(fp); data['packages']['framework-cmsis_dsp'] = {'type': 'framework', 'optional': 'true', 'version': '*'}; fp.seek(0); fp.truncate(); json.dump(data, fp); fp.close()" || {
3030
exit 1
3131
}
32+
cat "$HOME/.platformio/platforms/ststm32/platform.json"
3233
# Create symbolic link to the framework-arduinoststm32 package pointing to the repository workspace
3334
ln --symbolic "$GITHUB_WORKSPACE" "$HOME/.platformio/packages/framework-arduinoststm32" || {
3435
exit 1

0 commit comments

Comments
 (0)