Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanoLusardi authored Sep 7, 2024
1 parent a433a82 commit 40b11e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:

- task: Cache@2
inputs:
key: '2_Dependencies_${{BUILD_TYPE}}_$(AGENT)_$(COMPILER)_$(COMPILER_VERSION)'
key: '3_Dependencies_${{BUILD_TYPE}}_$(AGENT)_$(COMPILER)_$(COMPILER_VERSION)'
path: '$(Build.SourcesDirectory)/.conan'
displayName: 'Cache Conan'

Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:

- task: Cache@2
inputs:
key: '2_Dependencies_${{BUILD_TYPE}}_$(AGENT)_$(COMPILER)_$(COMPILER_VERSION)'
key: '3_Dependencies_${{BUILD_TYPE}}_$(AGENT)_$(COMPILER)_$(COMPILER_VERSION)'
path: '$(Build.SourcesDirectory)/.conan'
displayName: 'Dependencies - Cache Conan'

Expand Down

0 comments on commit 40b11e1

Please sign in to comment.