mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 04:20:07 +01:00
Add build number to cache key to hopefully fix ccache
This commit is contained in:
committed by
Robin Dunn
parent
0ef7642f4f
commit
4091e718e7
@@ -40,7 +40,7 @@ jobs:
|
||||
|
||||
- task: Cache@2
|
||||
inputs:
|
||||
key: 'ccache | "$(Agent.OS)" | "$(python.version)"'
|
||||
key: 'ccache | "$(Agent.OS)" | "$(python.version)" | "$(Build.BuildNumber)"'
|
||||
path: $(CCACHE_DIR)
|
||||
restoreKeys: |
|
||||
ccache | "$(Agent.OS)" | "$(python.version)"
|
||||
|
||||
Reference in New Issue
Block a user