diff options
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 5 |
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 |