You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/cmake-multi-platform.yml
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ jobs:
37
37
- os: ubuntu-latest
38
38
c_compiler: clang
39
39
cpp_compiler: clang++
40
+
build_type: [Release]
40
41
exclude:
41
42
- os: windows-latest
42
43
c_compiler: gcc
@@ -97,10 +98,20 @@ jobs:
97
98
# Package your program with the given configuration. Note that --config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
0 commit comments