summaryrefslogtreecommitdiff
path: root/.github/workflows/check.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/check.yml')
-rw-r--r--.github/workflows/check.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index 06d50635..41517d8d 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -128,7 +128,7 @@ jobs:
with:
submodules: true
- name: configure
- run: ./autogen.sh --enable-gtk-doc --enable-gtk-doc-html
+ run: ./autogen.sh
env:
CC: clang
CFLAGS: -Werror=unused-variable
@@ -172,7 +172,7 @@ jobs:
run: |
mkdir _build
pushd _build
- ../configure
+ ../configure --enable-gtk-doc --enable-gtk-doc-html
popd
env:
CFLAGS: -O2