Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4794086

Browse filesBrowse files
committed
Make sure to build experimental programs in GitHub workflows
1 parent ed404a9 commit 4794086
Copy full SHA for 4794086

File tree

Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Open diff view settings
Collapse file

‎.github/workflows/build.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
run: autoreconf -i -f
2020
- name: Configure
2121
run: ./configure --disable-silent-rules --${{ matrix.glib }} --${{ matrix.iconv }} --with-unixodbc=/usr
22+
--enable-experimental
2223
env:
2324
CC: ${{ matrix.compiler }}
2425
- name: Make
@@ -57,6 +58,7 @@ jobs:
5758
run: autoreconf -i -f
5859
- name: Configure
5960
run: ./configure --disable-silent-rules --${{ matrix.glib }} --${{ matrix.iconv }} --with-unixodbc=/usr/local/opt
61+
--enable-experimental
6062
env:
6163
CC: ${{ matrix.compiler }}
6264
YACC: /usr/local/opt/bison/bin/bison
@@ -97,6 +99,7 @@ jobs:
9799
run: autoreconf -i -f
98100
- name: Configure
99101
run: ./configure --disable-silent-rules --${{ matrix.glib }} --with-iodbc=/usr/local/opt
102+
--enable-experimental
100103
env:
101104
CC: ${{ matrix.compiler }}
102105
YACC: /usr/local/opt/bison/bin/bison

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.