Skip to content

Commit 4d98c1f

Browse files
authored
Merge pull request schollz#754 from schollz/v2
fix: update build and release
2 parents 6dd61f0 + b68de1c commit 4d98c1f

2 files changed

Lines changed: 13 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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
@@ -23,7 +23,7 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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
@@ -52,7 +52,14 @@ jobs:
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

0 commit comments

Comments
 (0)