Skip to content

Commit

Permalink
Fixed Conan cache key.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanoLusardi committed Aug 6, 2024
1 parent 53b20cc commit d22e4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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: 'conan $(Agent.JobName) | inference_client/conanfile.py | inference_client/examples/conanfile.txt | inference_client/tests/conanfile.txt'
key: 'conan $(Agent.JobName) | inference_client/conanfile.txt | inference_client/examples/conanfile.txt | inference_client/tests/conanfile.txt'
path: '$(Build.SourcesDirectory)/.conan'
displayName: 'Cache Conan'

Expand Down

0 comments on commit d22e4a6

Please sign in to comment.