Skip to content

Commit

Permalink
try to install gcc 10.3 mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Sep 10, 2024
1 parent d1fe957 commit 0308629
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,9 @@ jobs:
- name: Install base dependencies
run: sudo apt-get install build-essential libtool gperf autotools-dev automake pkg-config bsdmainutils curl git bison byacc python3 nsis

- name: check versions available
run: sudo add-apt-repository universe && sudo add-apt-repository multiverse && sudo apt update && apt-cache showpkg gcc-mingw-w64-base
- name: Install MingW32 version 10
run: |
sudo apt-get install g++-mingw-w64-i686=10.3.0-2 gcc-mingw-w64-i686=10.3.0-2 mingw-w64-i686-dev=10.3.0-2
- name: Build depends for MingW32 Cross Compile
run: PATH=$(echo "$PATH" | sed -e 's/:\/mnt.*//g') && cd depends/ && make HOST=i686-w64-mingw32 -j2
Expand Down

0 comments on commit 0308629

Please sign in to comment.