Skip to content

Commit b77ee1a

Browse files
author
Daniel K. O.
committed
Make sure configure script is invoked with correct options.
1 parent acb80be commit b77ee1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: ./bootstrap
3232

3333
- name: Configure
34-
run: ./configure
34+
run: ./configure --enable-examples --enable-tools
3535

3636
- name: Build
3737
run: make

.github/workflows/doxygen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: ./bootstrap
3737

3838
- name: Configuring
39-
run: ./configure
39+
run: ./configure --enable-docs
4040

4141
- name: Running Doxygen
4242
uses: mattnotmitt/doxygen-action@edge

0 commit comments

Comments
 (0)