Skip to content

Commit 55cc9f9

Browse files
committed
debug: github actions
1 parent f938e1c commit 55cc9f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -300,15 +300,15 @@ jobs:
300300
runs-on: ubuntu-latest
301301
needs: [android, zig, linux, darwin]
302302
steps:
303+
- uses: actions/checkout@v4
304+
- uses: actions/setup-python@v4
305+
with:
306+
python-version: "3.11"
303307
- name: Download Artifact
304308
uses: actions/download-artifact@v4
305309
with:
306310
merge-multiple: true
307311
path: sharedlib
308-
- uses: actions/checkout@v4
309-
- uses: actions/setup-python@v4
310-
with:
311-
python-version: "3.11"
312312
- name: Install uv
313313
uses: astral-sh/setup-uv@v5
314314
- name: install deps

0 commit comments

Comments
 (0)