We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e07bc commit e1354a2Copy full SHA for e1354a2
.github/workflows/ArduinoBuild.yml
@@ -122,8 +122,8 @@ jobs:
122
123
board_url=${board_urls[$board_name]}
124
board_args=${cli_args[$board_name]}
125
-
126
- platform=${${{matrix.platform}}:${{matrix.archi}}@${{matrix.platform-version}}
+ #platform="${${{matrix.platform}}:${{matrix.archi}}@${{matrix.platform-version}}/@latest/""}"
+ platform=${{matrix.platform}}:${{matrix.archi}}@${{matrix.platform-version}}
127
128
echo "ARDUINO_PLATFORM=$platform" >> $GITHUB_ENV
129
echo "ARDUINO_PLATFORM_URL=$board_url" >> $GITHUB_ENV
0 commit comments