Skip to content

Commit

Permalink
Update ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
ulupo authored Dec 28, 2021
1 parent f5495b4 commit 09abbb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- task: Cache@2
inputs:
key: '"ccache-wheels-v2021.07.27" | $(Agent.OS) | "$(python.version)"'
key: '"ccache-wheels-v2021.12.28" | $(Agent.OS) | "$(python.version)"'
path: $(CCACHE_DIR)
displayName: ccache

Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
- task: Cache@2
inputs:
key: '"ccache-v2021.07.27" | $(Agent.OS) | "$(python.version)"'
key: '"ccache-v2021.12.28" | $(Agent.OS) | "$(python.version)"'
path: $(CCACHE_DIR)
displayName: ccache

Expand Down

0 comments on commit 09abbb5

Please sign in to comment.