File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 4
4
<package id =" cmake" version =" 3.25.2" installArguments =" ADD_CMAKE_TO_PATH=System" />
5
5
<package id =" mingw" version =" 12.2.0" />
6
6
<package id =" ninja" version =" 1.11.1" />
7
- <package id =" 7zip.install" version =" 24.8.0" />
8
- <package id =" wget" version =" 1.21.4" />
9
7
</packages >
Original file line number Diff line number Diff line change 27
27
if : runner.os == 'Windows'
28
28
run : |
29
29
choco install -y .github/workflows/choco_packages.config
30
- wget https://github.com/libusb/libusb/releases/download/v1.0.27/libusb-1.0.27.7z -O libusb.7z
30
+ curl https://github.com/libusb/libusb/releases/download/v1.0.27/libusb-1.0.27.7z -o libusb.7z
31
31
7z x libusb.7z -olibusb
32
32
- name : Set LIBUSB_ROOT (Windows)
33
33
if : runner.os == 'Windows'
37
37
- name : Install dependencies (macOS)
38
38
if : runner.os == 'macOS'
39
39
run : |
40
- brew install cmake libusb pkg-config ninja wget
40
+ brew install cmake libusb pkg-config ninja
41
41
brew install --cask gcc-arm-embedded
42
42
43
43
- name : Install dependencies (Linux)
63
63
- name : Test
64
64
run : |
65
65
picotool help
66
- wget https://datasheets.raspberrypi.com/soft/blink.uf2 -O blink.uf2
67
- wget https://datasheets.raspberrypi.com/soft/hello_world.uf2 -O hello_world.uf2
68
- wget https://datasheets.raspberrypi.com/soft/flash_nuke.uf2 -O flash_nuke.uf2
66
+ curl https://datasheets.raspberrypi.com/soft/blink.uf2 -o blink.uf2
67
+ curl https://datasheets.raspberrypi.com/soft/hello_world.uf2 -o hello_world.uf2
68
+ curl https://datasheets.raspberrypi.com/soft/flash_nuke.uf2 -o flash_nuke.uf2
69
69
picotool info -a blink.uf2
70
70
picotool info -a hello_world.uf2
71
71
picotool info -a flash_nuke.uf2
You can’t perform that action at this time.
0 commit comments