We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a4a188 commit b92b7b6Copy full SHA for b92b7b6
.github/workflows/main.yml
@@ -38,6 +38,7 @@ jobs:
38
run: |
39
cmake --install build/include/dxc --prefix build/install --config ${{ matrix.configuration }}
40
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/
42
cmake -E copy include/dxc/WinAdapter.h build/install/include/dxc/
43
shell: cmd
44
0 commit comments