Skip to content

Commit

Permalink
Display installed lzma files
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Aug 22, 2023
1 parent 38ee5fc commit c103ba4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/linux-upstream-gh-xz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- v5.2.12
- v5.2.11
- v5.2.10
# - v5.0.7
- master

env:
Expand Down Expand Up @@ -107,6 +108,12 @@ jobs:
cmake --install .
rm -fr ${HOME}/build-xz
- name: Show installed lzma files
run: |
find .
shell: bash
working-directory: ${{ env.lzma-install }}

- name: Setup perl
uses: shogo82148/actions-setup-perl@v1
with:
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/macos-upstream-gh-xz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- v5.2.12
- v5.2.11
- v5.2.10
# - v5.0.7
- master

env:
Expand Down Expand Up @@ -128,11 +129,5 @@ jobs:
run: |
perl Makefile.PL && make
- name: display files
if: steps.cache-lzma.outputs.cache-hit != 'true'
run: |
find ${{ env.lzma-install }}
# otool -L ./blib/arch/auto/Compress/Raw/Lzma/Lzma.so
- name: Test
run: make test

0 comments on commit c103ba4

Please sign in to comment.