Skip to content

Commit

Permalink
add find option
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Aug 6, 2023
1 parent 490fa17 commit 2a457b0
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/macos-upstream-gh-xz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,6 @@ jobs:
echo "LIBLZMA_INCLUDE=${HOME}/upstream-lzma-install/include" >> $GITHUB_ENV
echo "LZMA_VERSION=${{ matrix.lzma-version }}" >> $GITHUB_ENV
# run: |
# echo "lzma-source=${GITHUB_WORKSPACE}/upstream-lzma-source-${{ matrix.lzma-version }}" >> $GITHUB_ENV
# echo "lzma-install=${HOME}/upstream-lzma-install-${{ matrix.lzma-version }}" >> $GITHUB_ENV
# echo "LIBLZMA_LIB=${HOME}/upstream-lzma-install-${{ matrix.lzma-version }}/lib" >> $GITHUB_ENV
# echo "LIBLZMA_INCLUDE=${HOME}/upstream-lzma-install-${{ matrix.lzma-version }}/include" >> $GITHUB_ENV
# echo "LZMA_VERSION=${{ matrix.lzma-version }}" >> $GITHUB_ENV


- name: Cache lzma ${{matrix.lzma-version}}
id: cache-lzma
uses: actions/cache@v3
Expand Down Expand Up @@ -94,6 +86,11 @@ 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 Down

0 comments on commit 2a457b0

Please sign in to comment.