Skip to content

Commit

Permalink
chore: Try tweaking the unpack paths
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeerick committed Feb 12, 2024
1 parent 61a8490 commit 0d16daf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/win_cpn-32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
run: |
curl -LO https://dfu-util.sourceforge.net/releases/dfu-util-0.11-binaries.tar.xz && \
tar -xf dfu-util-0.11-binaries.tar.xz && \
cp dfu-util-0.11-binaries/win32/dfu-util-static.exe /usr/bin/dfu-util.exe && \
cp dfu-util-0.11-binaries/win32/libusb-1.0.dll /usr/bin/libusb-1.0.dll
cp dfu-util-0.11-binaries/win32/dfu-util-static.exe /mingw32/bin/dfu-util.exe && \
cp dfu-util-0.11-binaries/win32/libusb-1.0.dll /mingw32/lib/libusb-1.0.dll
- name: Install Qt
uses: jurplel/install-qt-action@v3
Expand Down

0 comments on commit 0d16daf

Please sign in to comment.