There was an error while loading. Please reload this page.
1 parent d603241 commit d5d7d91Copy full SHA for d5d7d91
1 file changed
.github/workflows/pyinstaller.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Download micropython binary
34
run: |
35
- wget -O micropython_pico.uf2 ${{ env.MICROPYTHON_PICO_UF2_URL }}
+ curl -L -o micropython_pico.uf2 ${{ env.MICROPYTHON_PICO_UF2_URL }}
36
37
- name: Install the latest version of uv
38
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
0 commit comments