Skip to content

Commit c07a444

Browse files
authored
Merge pull request #154 from jsDotCr/master
2 parents 659594f + b9fb1bb commit c07a444

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/commands/setup_macos_executor.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ steps:
3030
condition: <<parameters.homebrew_cache>>
3131
steps:
3232
- restore_cache:
33-
key: |
34-
brew-cache-{{ arch }}-{{ .Environment.CACHE_VERSION }}
33+
key: brew-cache-{{ arch }}-{{ .Environment.CACHE_VERSION }}
3534

3635
- run:
3736
name: Install node@<<parameters.node_version>>
@@ -72,5 +71,4 @@ steps:
7271
- save_cache:
7372
paths:
7473
- ~/Library/Caches/Homebrew
75-
key: |
76-
brew-cache-{{ arch }}-{{ .Environment.CACHE_VERSION }}
74+
key: brew-cache-{{ arch }}-{{ .Environment.CACHE_VERSION }}

0 commit comments

Comments
 (0)