Skip to content

Commit

Permalink
Cache datasets archive instead of folder
Browse files Browse the repository at this point in the history
  • Loading branch information
BUYT-1 authored and polyntsov committed Jul 30, 2023
1 parent a28c838 commit f024c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f024c16

Please sign in to comment.