Skip to content

Commit 7856120

Browse files
committed
Fix CI
1 parent a28bf63 commit 7856120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
git apply < ../../.github/workflows/rp2040js.patch || echo "Patch may already be applied"
3939
npm install
4040
popd
41-
- run: rake mrubyc:pico:debug
41+
- run: rake picoruby:pico:debug
4242
- run: |
4343
set -eux
4444
npm --prefix ./lib/rp2040js run start:micropython -- --image $PWD/build/picoruby/pico/R2P2_PICO-FLASH*.uf2 | tee log.txt &

0 commit comments

Comments
 (0)