Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanoLusardi committed Sep 7, 2024
1 parent 823045e commit 62f8e9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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: 'TC_Dependencies_${{BUILD_TYPE}}_$(AGENT)_$(COMPILER)_$(COMPILER_VERSION)'
key: '1_Dependencies_${{BUILD_TYPE}}_$(AGENT)_$(COMPILER)_$(COMPILER_VERSION)'
path: '$(Build.SourcesDirectory)/.conan'
displayName: 'Cache Conan'

Expand All @@ -134,7 +134,7 @@ jobs:
- script: |
$(ACTIVATE_VIRTUAL_ENV)
python3 scripts/conan/setup.py ${{BUILD_TYPE}} $(COMPILER) $(COMPILER_VERSION) -d grpc/1.65.0@
# python3 scripts/conan/setup.py ${{BUILD_TYPE}} $(COMPILER) $(COMPILER_VERSION) -d grpc/1.65.0@
displayName: 'Setup Conan - gRPC'
- script: |
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:

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

Expand Down

0 comments on commit 62f8e9c

Please sign in to comment.