Skip to content

Commit b8ca389

Browse files
authored
Merge master into 0.5.X without squashing to fix future GitHub diffs
2 parents 4c13c5d + 4c881b2 commit b8ca389

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- task: Cache@2
4848
inputs:
49-
key: '"ccache-wheels-v2021.07.08" | $(Agent.OS) | "$(python.version)"'
49+
key: '"ccache-wheels-v2021.07.09" | $(Agent.OS) | "$(python.version)"'
5050
path: $(CCACHE_DIR)
5151
displayName: ccache
5252

@@ -146,7 +146,7 @@ jobs:
146146
147147
- task: Cache@2
148148
inputs:
149-
key: '"ccache-v2021.07.08" | $(Agent.OS) | "$(python.version)"'
149+
key: '"ccache-v2021.07.09" | $(Agent.OS) | "$(python.version)"'
150150
path: $(CCACHE_DIR)
151151
displayName: ccache
152152

0 commit comments

Comments
 (0)