Skip to content

Commit

Permalink
clean ups
Browse files Browse the repository at this point in the history
  • Loading branch information
Raffaello committed May 10, 2020
1 parent a873c63 commit c2d55d2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions azure-pipelines/templates/dep-vcpkg-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@ parameters:

steps:
- checkout: none
- task: Cache@2
inputs:
key: '${{ parameters.vcpkg_key_cache }} | ${{ parameters.triplet }}'
path: "vcpkg"
cacheHitVar: CACHE_RESTORED
- template: 'vcpkg-cache-step.yml'
parameters:
vcpkg_key_cache: ${{ parameters.vcpkg_key_cache }}
triplet: ${{ parameters.triplet }}
- bash: test -d vcpkg || git clone https://github.com/Microsoft/vcpkg.git
displayName: clone vcpkg
- script: echo "installing packages ${{ parameters.packages }}"
Expand Down

0 comments on commit c2d55d2

Please sign in to comment.