Skip to content

Commit

Permalink
Cache hit check
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed Jan 8, 2024
1 parent bce0d29 commit 792e7f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,10 @@ jobs:
conda-${{ runner.os }}--${{ runner.arch }}--${{steps.get-date.outputs.today }}-${{ matrix.pdal }}-${{ env.CACHE_NUMBER }}
env:
CACHE_NUMBER: 0
id: conda-cache
id: cache-conda

- name: Install PDAL
if: ${{ steps.cache-conda.outputs.cache-hit != 'true' }}
run: conda install pdal=${{ matrix.pdal }}

- name: Set LD_LIBRARY_PATH
Expand Down

0 comments on commit 792e7f2

Please sign in to comment.