Skip to content

Commit e34e5a9

Browse files
committed
save/load fix
gamepad 1 default controller
1 parent 2f3dc3a commit e34e5a9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/BuildAndRelease.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@ jobs:
5858
cd $HOME && \
5959
git clone https://github.com/raspberrypi/pico-sdk.git --branch master && \
6060
cd pico-sdk/ && \
61-
git submodule update --init && \
62-
git submodule update --remote --merge lib/tinyusb
61+
git submodule update --init && \
62+
cd lib/tinyusb &&
63+
git checkout 08f9ed67c92421cbd0bc09270d2f363886681866
6364
6465
- name: Install picotool
6566
run: |

0 commit comments

Comments
 (0)