Skip to content

Commit

Permalink
Only install liblzma_Development components
Browse files Browse the repository at this point in the history
This was not required for xz 5.2.5, but works there.  At least as of xz
5.6.3 also the executables and some docs would be installed, what we do
not want yet.
  • Loading branch information
cmb69 committed Oct 26, 2024
1 parent 25ac679 commit 1ecba3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/liblzma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install liblzma
run: |
cd liblzma\build
cmake --install . --config RelWithDebInfo --prefix ..\..\install
cmake --install . --config RelWithDebInfo --component liblzma_Development --prefix ..\..\install
IF EXIST RelWithDebInfo\liblzma_a.pdb xcopy RelWithDebInfo\liblzma_a.pdb ..\..\install\lib\*
- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 1ecba3d

Please sign in to comment.