File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -204,19 +204,18 @@ jobs:
204204 tar xf ${CORE_ARTIFACT}.tar.bz2 # will create ArduinoCore-zephyr/
205205 echo "REPORT_FILE=$(echo ${FQBN} | tr ':' '-').json" >> $GITHUB_ENV
206206
207- - name : Create Blink sketch
207+ - name : Get Blink sketch
208208 run : |
209209 mkdir Blink/
210210 wget -nv https://raw.githubusercontent.com/arduino/arduino-examples/refs/heads/main/examples/01.Basics/Blink/Blink.ino -P Blink/
211211
212- - name : Compile Blink for ${{ matrix.board }}
212+ - name : Compile tests for ${{ matrix.board }}
213213 uses : pillo79/compile-sketches@next
214214 with :
215215 fqbn : ${{ env.FQBN }}
216216 platforms : |
217- # Use Board Manager to install the latest release of Arduino Zephyr Boards to get the toolchain
218- - name: "arduino:zephyr"
219- source-url: "https://downloads.arduino.cc/packages/package_zephyr_index.json"
217+ # Use Board Manager version first, to install the toolchain
218+ - name: ${{ env.PLAT }}
220219 - name: ${{ env.PLAT }}
221220 source-path: "ArduinoCore-zephyr"
222221 sketch-paths : |
@@ -281,11 +280,11 @@ jobs:
281280
282281 - run : extra/ci_collect_logs.sh > $GITHUB_STEP_SUMMARY
283282
284- # - name: Clean up intermediate artifacts
285- # uses: geekyeggo/[email protected] 286- # with:
287- # name: test-report-*
288- # failOnError: false
283+ - name : Clean up intermediate artifacts
284+ 285+ with :
286+ name : test-report-*
287+ failOnError : false
289288
290289 verify-core :
291290 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments