Skip to content

Commit

Permalink
ci: add a key for cache
Browse files Browse the repository at this point in the history
  • Loading branch information
florianvazelle committed May 9, 2024
1 parent d01b974 commit 3ef0536
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
needs: [generate-matrix, check]

strategy:
fail-fast: false
fail-fast: false
matrix:
include: ${{ fromJson(needs.generate-matrix.outputs.include) }}

Expand All @@ -76,6 +76,7 @@ jobs:
${{ env.PIP_CACHE_DIR }}
${{ env.CHOCO_CACHE_DIR }}
${{ env.CPM_SOURCE_CACHE }}
key: linux-cache

- name: Setup Python
uses: actions/setup-python@v5
Expand Down Expand Up @@ -125,6 +126,7 @@ jobs:
${{ env.PIP_CACHE_DIR }}
${{ env.CHOCO_CACHE_DIR }}
${{ env.CPM_SOURCE_CACHE }}
key: windows-cache

- name: Install Dependencies
run: |
Expand Down

0 comments on commit 3ef0536

Please sign in to comment.