Skip to content

Commit

Permalink
Merge pull request #14 from pspdev/no-more-windows
Browse files Browse the repository at this point in the history
Do not build for Windows
  • Loading branch information
sharkwouter authored Aug 8, 2023
2 parents 93ba81c + f06d06c commit 058c561
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ${{ matrix.os[0] }}
strategy:
matrix:
os: [[macos-latest, bash], [macos-11, bash], [ubuntu-latest, bash], [windows-latest, msys2]]
os: [[macos-latest, bash], [macos-11, bash], [ubuntu-latest, bash]]
defaults:
run:
shell: ${{ matrix.os[1] }} {0}
Expand All @@ -56,16 +56,6 @@ jobs:
brew install automake libarchive bash openssl libarchive gpgme libtool
echo "MSYSTEM=x64" >> $GITHUB_ENV
- name: Install in MSYS2
if: matrix.os[0] == 'windows-latest'
uses: msys2/setup-msys2@v2
with:
msystem: MINGW32
install: |
base-devel git make texinfo flex bison patch binutils mingw-w64-i686-gcc mingw-w64-i686-dlfcn mingw-w64-i686-mpc
mingw-w64-i686-cmake mingw-w64-i686-python-pip mingw-w64-i686-libarchive mingw-w64-i686-openssl mingw-w64-i686-autotools
update: true

- name: Compile Tools
run: |
export PATH="/usr/local/opt/libtool/libexec/gnubin:$PATH"
Expand Down

0 comments on commit 058c561

Please sign in to comment.