From d78d3a005e94907068db234c5539c437901ab982 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 12 Oct 2021 05:17:27 +0300 Subject: CI on MacOS should only use Clang * Lexilla apparently does not build with GCC, although that seems to be a matter of build flags. --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e1c91d..336b15e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,6 +69,10 @@ jobs: - name: Install Build Dependencies run: brew install autoconf automake libtool glib groff doxygen - name: Configure Build + env: + # Make sure we don't pick up GCC by accident. + CC: clang + CXX: clang++ run: | autoreconf -i ./configure --with-interface=ncurses --enable-html-manual -- cgit v1.2.3