From 792e7f28a567d82c2a84e20c29d54993e0fb3547 Mon Sep 17 00:00:00 2001 From: Grigory Pomadchin Date: Mon, 8 Jan 2024 00:14:58 -0500 Subject: [PATCH] Cache hit check --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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