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 8, 2024
1 parent 4917e19 commit 6450d9b
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: '4_Dependencies_${{BUILD_TYPE}}_$(AGENT)_$(COMPILER)_$(COMPILER_VERSION)'
key: '5_Dependencies_${{BUILD_TYPE}}_$(AGENT)_$(COMPILER)_$(COMPILER_VERSION)'
path: '$(Build.SourcesDirectory)/.conan'
displayName: 'Cache Conan'

Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
- script: |
$(ACTIVATE_VIRTUAL_ENV)
python3 scripts/conan/setup.py ${{BUILD_TYPE}} $(COMPILER) $(COMPILER_VERSION) -d protobuf/5.27.0@
# python3 scripts/conan/setup.py ${{BUILD_TYPE}} $(COMPILER) $(COMPILER_VERSION) -d protobuf/5.27.0@
displayName: 'Setup Conan - Protobuf'
- script: |
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:

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

Expand Down

0 comments on commit 6450d9b

Please sign in to comment.