Skip to content

Commit 000548d

Browse files
committed
ci: use Release instead of RelWithDebInfo for windows test, for caching
1 parent b5467ee commit 000548d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
- runs-on: windows-2022
3131
arch: x64
3232
compiler: msvc
33-
config: RelWithDebInfo
33+
# RelWithDebInfo invalidates ccache, and we currently can't show backtraces on crash for windows in CI
34+
# so no need for it yet.
35+
config: Release
3436
- runs-on: windows-2022
3537
arch: win32
3638
compiler: msvc

0 commit comments

Comments
 (0)