Skip to content

Commit

Permalink
Also install PDB of static lib
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Nov 27, 2024
1 parent fc0663c commit 78904e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nghttp2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
cd nghttp2
cmake --install . --config RelWithDebInfo --prefix ..\winlib-builder\build
copy lib\RelWithDebInfo\nghttp2.pdb ..\winlib-builder\build\bin
copy lib\RelWithDebInfo\nghttp2_static.pdb ..\winlib-builder\builder\lib
del /s /q ..\winlib-builder\build\lib\pkgconfig\*
del /s /q ..\winlib-builder\build\share\*
- name: Upload artifacts
Expand Down

0 comments on commit 78904e2

Please sign in to comment.