Skip to content

Commit 16eb238

Browse files
committed
🔨 Only build Release and on Ubuntu for now for CI
1 parent 7de0b31 commit 16eb238

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/cmake-multi-platform.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [ubuntu-latest, windows-latest]
15-
build_type: [Release, RelWithDebInfo]
14+
os: [ubuntu-latest] # , windows-latest]
15+
build_type: [Release] # RelWithDebInfo]
1616
include:
17-
- os: windows-latest
18-
cpp_compiler: cl
19-
separator: '\\'
17+
# - os: windows-latest
18+
# cpp_compiler: cl
19+
# separator: '\\'
2020
- os: ubuntu-latest
2121
cpp_compiler: g++
2222
separator: "/"

0 commit comments

Comments
 (0)