Skip to content

Commit cba0a88

Browse files
authored
Embedded
1 parent abe5712 commit cba0a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: |
8383
mkdir build
8484
cd build
85-
cmake .. ${{ matrix.defines }}
85+
cmake .. ${{ matrix.defines }} -DCMAKE_MSVC_DEBUG_INFORMATION_FORMAT="$<$<CONFIG:Debug,RelWithDebInfo>:Embedded>"
8686
cmake --build . --config Debug
8787
8888
- name: Get commit hash

0 commit comments

Comments
 (0)