From f024c166e888593197945dede1d85d45d4ea88fe Mon Sep 17 00:00:00 2001 From: Alexey Shlyonskikh Date: Thu, 13 Jul 2023 01:52:45 +0700 Subject: [PATCH] Cache datasets archive instead of folder --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index b1a8bc73c..07513aa62 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -68,7 +68,7 @@ jobs: uses: actions/cache@v3 id: cache-datasets with: - path: ${{github.workspace}}/datasets + path: ${{github.workspace}}/datasets/datasets.zip key: ${{ runner.os }}datasets - name: Pull datasets run: bash pull_datasets.sh