Skip to content

Commit f06d06c

Browse files
authored
Do not build for Windows
Windows is unsupported, we use wsl instead now
1 parent 93ba81c commit f06d06c

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/compilation.yml

+1-11
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ${{ matrix.os[0] }}
3737
strategy:
3838
matrix:
39-
os: [[macos-latest, bash], [macos-11, bash], [ubuntu-latest, bash], [windows-latest, msys2]]
39+
os: [[macos-latest, bash], [macos-11, bash], [ubuntu-latest, bash]]
4040
defaults:
4141
run:
4242
shell: ${{ matrix.os[1] }} {0}
@@ -56,16 +56,6 @@ jobs:
5656
brew install automake libarchive bash openssl libarchive gpgme libtool
5757
echo "MSYSTEM=x64" >> $GITHUB_ENV
5858
59-
- name: Install in MSYS2
60-
if: matrix.os[0] == 'windows-latest'
61-
uses: msys2/setup-msys2@v2
62-
with:
63-
msystem: MINGW32
64-
install: |
65-
base-devel git make texinfo flex bison patch binutils mingw-w64-i686-gcc mingw-w64-i686-dlfcn mingw-w64-i686-mpc
66-
mingw-w64-i686-cmake mingw-w64-i686-python-pip mingw-w64-i686-libarchive mingw-w64-i686-openssl mingw-w64-i686-autotools
67-
update: true
68-
6959
- name: Compile Tools
7060
run: |
7161
export PATH="/usr/local/opt/libtool/libexec/gnubin:$PATH"

0 commit comments

Comments
 (0)