Skip to content

Commit

Permalink
add universe and multiverse and then make ubuntu 24 tell us which gcc…
Browse files Browse the repository at this point in the history
… versions are available for workflow
  • Loading branch information
justinvforvendetta committed Sep 10, 2024
1 parent f74a10f commit f9e7b5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,8 @@ 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: Force Posix
run: sudo apt remove gcc-mingw-w64-i686-posix && sudo apt install gcc-mingw-w64-base=10.3.0-2 && sudo update-alternatives --set i686-w64-mingw32-g++ /usr/bin/i686-w64-mingw32-g++-posix
- name: check versions available
run: sudo add-apt-repository universe && sudo add-apt-repository multiverse && sudo apt updateapt-cache showpkg gcc-mingw-w64-base

- 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 f9e7b5a

Please sign in to comment.