We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0768176 commit 4dfca86Copy full SHA for 4dfca86
1 file changed
.github/workflows/cmake.yml
@@ -24,7 +24,7 @@ jobs:
24
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
25
matrix:
26
os: [ubuntu-latest, windows-latest]
27
- build_type: [RelWithDebInfo]
+ build_type: [Release]
28
c_compiler: [gcc, clang, cl]
29
include:
30
- os: windows-latest
0 commit comments