Skip to content

Commit

Permalink
chore: Plan B
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeerick committed Feb 12, 2024
1 parent 4b47de1 commit 61a8490
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/win_cpn-32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
msystem: MINGW32
update: true
install: git make mingw-w64-i686-toolchain
install: git make curl tar mingw-w64-i686-toolchain

- name: Install Dependencies
run: |
Expand All @@ -56,11 +56,17 @@ jobs:
mingw-w64-i686-SDL2 \
mingw-w64-i686-clang \
mingw-w64-i686-nsis \
mingw-w64-i686-dfu-util \
mingw-w64-i686-openssl
SETUPTOOLS_USE_DISTUTILS=stdlib pip install lz4
python -m pip install clang jinja2 lz4
- name: Download and unpack dfu-util
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
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
Expand Down

0 comments on commit 61a8490

Please sign in to comment.