File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Checkout project
16- uses : actions/checkout@v4.2.1
16+ uses : actions/checkout@v4.2.2
1717 - name : Install sox
1818 run : |
1919 sudo apt update
2323 with :
2424 hugo-version : " 0.135.0"
2525 - name : Set up Python
26- uses : actions/setup-python@v5.2 .0
26+ uses : actions/setup-python@v5.6 .0
2727 with :
2828 python-version : " 3.11"
2929 - name : Set up Zig
@@ -46,14 +46,14 @@ jobs:
4646 run : uv pip install -r requirements.txt
4747 - run : uv pip freeze
4848 - name : Checkout pico-sdk
49- uses : actions/checkout@v4.2.1
49+ uses : actions/checkout@v4.2.2
5050 with :
5151 repository : raspberrypi/pico-sdk
5252 path : pico-sdk
5353 submodules : true
5454 ref : 2.1.1
5555 - name : Checkout pico-extras
56- uses : actions/checkout@v4.2.1
56+ uses : actions/checkout@v4.2.2
5757 with :
5858 repository : raspberrypi/pico-extras
5959 path : pico-extras
Original file line number Diff line number Diff line change 2424 with :
2525 hugo-version : " 0.135.0"
2626 - name : Set up Python
27- uses : actions/setup-python@v5.2 .0
27+ uses : actions/setup-python@v5.6 .0
2828 with :
2929 python-version : " 3.11"
3030 - name : Set up Zig
5252 repository : raspberrypi/pico-sdk
5353 path : pico-sdk
5454 submodules : true
55- ref : 1.5.1
55+ ref : 2.1.1
56+ - name : Checkout pico-extras
57+ uses : actions/checkout@v4.2.2
58+ with :
59+ repository : raspberrypi/pico-extras
60+ path : pico-extras
61+ submodules : true
62+ ref : sdk-2.1.1
5663 - name : Patch tinyusb
5764 run : |
5865 sed -i 's/OSAL_TIMEOUT_WAIT_FOREVER/OSAL_TIMEOUT_NORMAL/g' $GITHUB_WORKSPACE/pico-sdk/lib/tinyusb/src/tusb.c
You can’t perform that action at this time.
0 commit comments