Skip to content

Commit f074a86

Browse files
committed
XXX rewrite matrix
1 parent 420c591 commit f074a86

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/c.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
branches: [ develop ]
88

99
env:
10-
SDL: 0
11-
JIT: 0 # XXX debugging only
10+
SDL: 1
11+
JIT: 1
1212
ICARUS: 1
1313
CTEST_OUTPUT_ON_FAILURE: 1
1414
LIGHTNING_VERSION: 2.2.3
@@ -17,9 +17,11 @@ jobs:
1717
build:
1818
strategy:
1919
matrix:
20-
os:
21-
- ubuntu-latest
22-
- macos-latest
20+
include:
21+
- os: ubuntu-latest
22+
SDL: 0 # "webp" is failing to be loaded in CI
23+
- os: macos-latest
24+
JIT: 0 # GNU Lightning is throwing Bus Error
2325
runs-on: ${{ matrix.os }}
2426
steps:
2527
- name: Set up Homebrew

0 commit comments

Comments
 (0)