summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2022-04-06 20:28:54 +0300
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2022-04-06 20:29:54 +0300
commit100b41b257e295f94a086fede004333d87349406 (patch)
tree431760a32b7fbc891705aad3a0340ccd037ce421 /.github
parentddf5ec10a86d4f7da1613e63f7ed7949904d3236 (diff)
ci: remove msys attempt
Seems we need an expert!
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-and-test.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml
index b0f05bd..d43ff37 100644
--- a/.github/workflows/build-and-test.yml
+++ b/.github/workflows/build-and-test.yml
@@ -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