Skip to content

Commit 6ac19f2

Browse files
committed
test workflow
1 parent f9de18f commit 6ac19f2

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build-stm32-macho.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,10 @@ jobs:
2121
- name: Checkout repo
2222
uses: actions/checkout@v4
2323

24-
- name: Set up Python
25-
uses: actions/setup-python@v5
26-
with:
27-
python-version: 3.11
28-
2924
- name: Install uv
3025
uses: astral-sh/setup-uv@v5
26+
with:
27+
python-version: 3.11
3128

3229
- name: Install Swift
3330
uses: ./.github/actions/install-swift

0 commit comments

Comments
 (0)