Skip to content

Commit 4402e22

Browse files
committed
Switching back on CI build matrix.
1 parent 274e319 commit 4402e22

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/cmake.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,11 @@ jobs:
1818
build:
1919
strategy:
2020
matrix:
21-
# os: [ubuntu-latest, windows-latest, macos-latest]
22-
os: [ubuntu-latest]
21+
os: [ubuntu-latest, windows-latest, macos-latest]
2322
release: [Release]
24-
# ssl: [ON, OFF]
25-
ssl: [OFF]
23+
ssl: [ON, OFF]
2624
client-only: [OFF]
27-
# capnp: [ON, OFF]
28-
capnp: [ON]
25+
capnp: [ON, OFF]
2926
# include:
3027
# - client-only: ON
3128
# ssl: OFF

0 commit comments

Comments
 (0)