Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Aug 7, 2023
1 parent 8e11180 commit bb2eeaf
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/macos-upstream-gh-xz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,6 @@ jobs:
# cmake --install .
# rm -fr ${HOME}/build-xz

- name: display files
if: steps.cache-lzma.outputs.cache-hit != 'true'
run: |
find ${{ env.lzma-install }}
- name: Setup perl
uses: shogo82148/actions-setup-perl@v1
with:
Expand All @@ -107,7 +102,13 @@ jobs:
run: |
perl Makefile.PL && make
- name: display files
if: steps.cache-lzma.outputs.cache-hit != 'true'
run: |
find ${{ env.lzma-install }}
ldd ./blib/arch/auto/Compress/Raw/Lzma/Lzma.so
- name: Test
run: make test
run: DYLD_LIBRARY_PATH=${{ env.lzma-install }}/lib LD_LIBRARY_PATH=${{ env.lzma-install }}/lib make test
env:
DYLD_LIBRARY_PATH: ${{ env.lzma-install }}/lib

0 comments on commit bb2eeaf

Please sign in to comment.