Skip to content

Commit

Permalink
change extraction paths to be in system path
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeerick committed Feb 12, 2024
1 parent cbb055c commit 22acac7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/win_cpn-32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ 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 /mingw32/bin/dfu-util.exe
cp dfu-util-0.11-binaries/win32/libusb-1.0.dll /mingw32/lib/libusb-1.0.dll
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
- name: Confirm binaries present
run: |
ls -la /mingw32/bin/dfu-util.exe
ls -la /mingw32/lib/libusb-1.0.dll
echo $PATH
# - name: Confirm binaries present
# run: |
# ls -la /usr/bin/dfu-util.exe
# ls -la /usr/bin/libusb-1.0.dll
# echo $PATH

- name: Install Qt
uses: jurplel/install-qt-action@v3
Expand Down

0 comments on commit 22acac7

Please sign in to comment.