We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d465d9 commit 9a97939Copy full SHA for 9a97939
1 file changed
.github/workflows/test.yml
@@ -86,8 +86,11 @@ jobs:
86
run: |
87
picotool help
88
curl -L https://datasheets.raspberrypi.com/soft/blink.uf2 -o blink.uf2
89
+ unzip -o blink.uf2 || true
90
curl -L https://datasheets.raspberrypi.com/soft/hello_world.uf2 -o hello_world.uf2
91
+ unzip -o hello_world.uf2 || true
92
curl -L https://datasheets.raspberrypi.com/soft/flash_nuke.uf2 -o flash_nuke.uf2
93
+ unzip -o flash_nuke.uf2 || true
94
picotool info -a blink.uf2
95
picotool info -a hello_world.uf2
96
picotool info -a flash_nuke.uf2
0 commit comments