mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-16 23:17:29 +00:00
CI: Update Azure cache task to newer version
This commit is contained in:
parent
ad13075b36
commit
6d32ebecca
@ -23,7 +23,7 @@ jobs:
|
||||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
steps:
|
||||
- task: Cache@0
|
||||
- task: Cache@2
|
||||
inputs:
|
||||
key: ccache | $(Agent.OS) | $(COMPILER)
|
||||
path: $(CCACHE_DIR)
|
||||
@ -57,7 +57,7 @@ jobs:
|
||||
vmImage: "windows-latest"
|
||||
|
||||
steps:
|
||||
- task: Cache@0
|
||||
- task: Cache@2
|
||||
inputs:
|
||||
key: $(Agent.OS) | $(COMPILER)
|
||||
path: $(CACHE_DIR)
|
||||
|
Loading…
Reference in New Issue
Block a user