Skip to content

Commit b92b7b6

Browse files
authored
Update main.yml, include PDB for both Release & Debug in the install package
1 parent 6a4a188 commit b92b7b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
run: |
3939
cmake --install build/include/dxc --prefix build/install --config ${{ matrix.configuration }}
4040
cmake --install build/tools/clang/tools/dxcompiler --prefix build/install --config ${{ matrix.configuration }}
41+
cmake -E copy build/${{ matrix.configuration }}/bin/dxcompiler.pdb build/install/lib/
4142
cmake -E copy include/dxc/WinAdapter.h build/install/include/dxc/
4243
shell: cmd
4344

0 commit comments

Comments
 (0)