We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 420c591 commit f074a86Copy full SHA for f074a86
1 file changed
.github/workflows/c.yml
@@ -7,8 +7,8 @@ on:
7
branches: [ develop ]
8
9
env:
10
- SDL: 0
11
- JIT: 0 # XXX debugging only
+ SDL: 1
+ JIT: 1
12
ICARUS: 1
13
CTEST_OUTPUT_ON_FAILURE: 1
14
LIGHTNING_VERSION: 2.2.3
@@ -17,9 +17,11 @@ jobs:
17
build:
18
strategy:
19
matrix:
20
- os:
21
- - ubuntu-latest
22
- - macos-latest
+ include:
+ - os: ubuntu-latest
+ SDL: 0 # "webp" is failing to be loaded in CI
23
+ - os: macos-latest
24
+ JIT: 0 # GNU Lightning is throwing Bus Error
25
runs-on: ${{ matrix.os }}
26
steps:
27
- name: Set up Homebrew
0 commit comments