mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 03:38:38 +12:00
CI: Update Azure cache task to newer version
This commit is contained in:
parent
ad13075b36
commit
6d32ebecca
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ jobs:
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'ubuntu-latest'
|
vmImage: 'ubuntu-latest'
|
||||||
steps:
|
steps:
|
||||||
- task: Cache@0
|
- task: Cache@2
|
||||||
inputs:
|
inputs:
|
||||||
key: ccache | $(Agent.OS) | $(COMPILER)
|
key: ccache | $(Agent.OS) | $(COMPILER)
|
||||||
path: $(CCACHE_DIR)
|
path: $(CCACHE_DIR)
|
||||||
|
@ -57,7 +57,7 @@ jobs:
|
||||||
vmImage: "windows-latest"
|
vmImage: "windows-latest"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- task: Cache@0
|
- task: Cache@2
|
||||||
inputs:
|
inputs:
|
||||||
key: $(Agent.OS) | $(COMPILER)
|
key: $(Agent.OS) | $(COMPILER)
|
||||||
path: $(CACHE_DIR)
|
path: $(CACHE_DIR)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue