aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c0c995d..03474c6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -132,6 +132,9 @@ jobs:
- name: Build Developer Documentation
run: cd doc && make devdoc
- name: make distcheck
- run: make distcheck DISTCHECK_CONFIGURE_FLAGS="--with-interface=pdcurses-gui"
+ env:
+ DISTCHECK_CONFIGURE_FLAGS: --with-interface=pdcurses-gui
+ PDCURSES_CFLAGS: -I/mingw32/include/pdcurses/
+ run: make distcheck
- name: Build Source Tarball
run: make dist