Skip to content

Commit

Permalink
libdfu-util: attempt to fix macOS linking problem
Browse files Browse the repository at this point in the history
  • Loading branch information
gamelaster committed Mar 8, 2022
1 parent 2e9066c commit bb26c79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Download libdfu-util, libusb and zadic
run: |
cd build\windows\runner\Release\
curl https://github.com/gamelaster/dfu-util/releases/download/0.2/libdfu_util_win64_0.2.zip --output libs.zip -L
curl https://github.com/gamelaster/dfu-util/releases/download/0.3/libdfu_util_win64_0.3.zip --output libs.zip -L
unzip libs.zip
rm -rf libs.zip
curl https://gami.ee/files/zadic.exe --output zadic.exe -L
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Download libdfu-util and libusb
run: |
cd macos
wget -O libs.zip https://github.com/gamelaster/dfu-util/releases/download/0.2/libdfu_util_macos64_0.2.zip
wget -O libs.zip https://github.com/gamelaster/dfu-util/releases/download/0.3/libdfu_util_macos64_0.3.zip
unzip libs.zip
rm -rf libs.zip
Expand Down

0 comments on commit bb26c79

Please sign in to comment.