Skip to content

Commit

Permalink
Ignore the existing caches
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-rt committed Jan 8, 2025
1 parent 6049565 commit 1d19d36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
~/.cache/pip
**/eggs
**/downloads
key: ${{ runner.os }}-cache-${{ hashFiles('setup.*', '*.cfg') }}-${{ matrix.config[0] }} # yamllint disable-line rule:line-length
key: ${{ runner.os }}-XXX-cache-${{ hashFiles('setup.*', '*.cfg') }}-${{ matrix.config[0] }} # yamllint disable-line rule:line-length
restore-keys: |
${{ runner.os }}-cache-
${{ runner.os }}-XXX-cache-
- name: Install dependencies
run: |
sudo locale-gen en_US.UTF-8 nl_NL@euro
Expand Down

0 comments on commit 1d19d36

Please sign in to comment.