We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e5997d commit 57a86f9Copy full SHA for 57a86f9
1 file changed
.github/actions/pio-build/entrypoint.sh
@@ -29,6 +29,7 @@ python3 -c "import json; import os; fp=open(os.path.expanduser('~/.platformio/pl
29
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()" || {
30
exit 1
31
}
32
+cat "$HOME/.platformio/platforms/ststm32/platform.json"
33
# Create symbolic link to the framework-arduinoststm32 package pointing to the repository workspace
34
ln --symbolic "$GITHUB_WORKSPACE" "$HOME/.platformio/packages/framework-arduinoststm32" || {
35
0 commit comments