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 a28bf63 commit 7856120Copy full SHA for 7856120
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
git apply < ../../.github/workflows/rp2040js.patch || echo "Patch may already be applied"
39
npm install
40
popd
41
- - run: rake mrubyc:pico:debug
+ - run: rake picoruby:pico:debug
42
- run: |
43
set -eux
44
npm --prefix ./lib/rp2040js run start:micropython -- --image $PWD/build/picoruby/pico/R2P2_PICO-FLASH*.uf2 | tee log.txt &
0 commit comments