Skip to content

Commit d5d7d91

Browse files
committed
fix: use curl
1 parent d603241 commit d5d7d91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pyinstaller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Download micropython binary
3434
run: |
35-
wget -O micropython_pico.uf2 ${{ env.MICROPYTHON_PICO_UF2_URL }}
35+
curl -L -o micropython_pico.uf2 ${{ env.MICROPYTHON_PICO_UF2_URL }}
3636
3737
- name: Install the latest version of uv
3838
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0

0 commit comments

Comments
 (0)