ci: remove msys attempt

Seems we need an expert!
This commit is contained in:
Dirk-Jan C. Binnema 2022-04-06 20:28:54 +03:00
parent ddf5ec10a8
commit 100b41b257
1 changed files with 0 additions and 10 deletions

View File

@ -14,7 +14,6 @@ jobs:
os:
- ubuntu-latest
- macos-latest
- windows-latest
steps:
- uses: actions/checkout@v2
@ -30,15 +29,6 @@ jobs:
run: |
brew install meson ninja libgpg-error libtool pkg-config glib gmime xapian
- if: contains(matrix.os, 'windows')
uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
update: true
name: windows-deps
run: |
pacman -S base-devel msys-devel gcc git meson mingw-w64-gmime mingw-w64-xapian-core
- name: configure
run: ./autogen.sh -Dguile=disabled