Skip to content

Commit

Permalink
Trying again
Browse files Browse the repository at this point in the history
  • Loading branch information
idavis committed May 14, 2024
1 parent 44440a4 commit cfa8af1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ado/llvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ steps:

- task: Cache@2
inputs:
key: "llvm-${{ parameters.version }}-${{ parameters.arch }}-${{ parameters.os }}"
restoreKeys: "llvm-${{ parameters.version }}-${{ parameters.arch }}-${{ parameters.os }}"
key: '"llvm-${{ parameters.version }}-${{ parameters.arch }}-${{ parameters.os }}"'
restoreKeys: '"llvm-${{ parameters.version }}-${{ parameters.arch }}-${{ parameters.os }}"'
path: ${{ parameters.directory }}
cacheHitVar: CACHE_RESTORED
displayName: Cache LLVM
Expand Down

0 comments on commit cfa8af1

Please sign in to comment.