Skip to content

Commit 4769504

Browse files
committed
Target libdfu-util and libusb to macOS 10.11
1 parent d3669fa commit 4769504

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Download libdfu-util, libusb and zadic
4444
run: |
4545
cd build\windows\runner\Release\
46-
curl https://github.com/gamelaster/dfu-util/releases/download/0.1/libdfu_util_win64_0.1.zip --output libs.zip -L
46+
curl https://github.com/gamelaster/dfu-util/releases/download/0.2/libdfu_util_win64_0.2.zip --output libs.zip -L
4747
unzip libs.zip
4848
rm -rf libs.zip
4949
curl https://gami.ee/files/zadic.exe --output zadic.exe -L
@@ -72,7 +72,7 @@ jobs:
7272
- name: Download libdfu-util and libusb
7373
run: |
7474
cd macos
75-
wget -O libs.zip https://github.com/gamelaster/dfu-util/releases/download/0.1/libdfu_util_macos64_0.1.zip
75+
wget -O libs.zip https://github.com/gamelaster/dfu-util/releases/download/0.2/libdfu_util_macos64_0.2.zip
7676
unzip libs.zip
7777
rm -rf libs.zip
7878

0 commit comments

Comments
 (0)