Skip to content

Commit

Permalink
Add missing liblzma to windows bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
grulja committed Jan 18, 2021
1 parent cbe15ac commit cd100d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ jobs:
cp $Qt5_Dir/bin/libstdc*.dll .
cp $Qt5_Dir/bin/libwinpthread*.dll .
cp $Qt5_Dir/bin/libgcc*.dll .
cp $Qt5_Dir/bin/liblzma.dll .
cp /c/Program\ Files/OpenSSL/bin/*.dll .
- name: Installer
if: github.event_name == 'release'
Expand Down

0 comments on commit cd100d1

Please sign in to comment.