diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a906f4f..b8a4459 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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