Skip to content

Commit

Permalink
try to bundle libarchive with QArchive
Browse files Browse the repository at this point in the history
  • Loading branch information
antony-jr committed Dec 9, 2023
1 parent ee7837a commit dc5c13c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
cmake --install . --prefix=${{ github.workspace }}/output/QArchive --config ${{ matrix.build_type }}
cd ..
# Install LibArchive prebuilt into the directory
conan install libarchive/3.6.2 --install-folder=${{ github.workspace }}/output/QArchive --options=with_lz4=True --options=with_lzo=True --options=with_lzma=True --options=with_zstd=True --options=with_bzip2=True
- name: Check Contents
working-directory: ${{github.workspace}}
run: ls -R ${{ github.workspace }}/output
Expand Down

0 comments on commit dc5c13c

Please sign in to comment.