We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 659594f + b9fb1bb commit c07a444Copy full SHA for c07a444
src/commands/setup_macos_executor.yml
@@ -30,8 +30,7 @@ steps:
30
condition: <<parameters.homebrew_cache>>
31
steps:
32
- restore_cache:
33
- key: |
34
- brew-cache-{{ arch }}-{{ .Environment.CACHE_VERSION }}
+ key: brew-cache-{{ arch }}-{{ .Environment.CACHE_VERSION }}
35
36
- run:
37
name: Install node@<<parameters.node_version>>
@@ -72,5 +71,4 @@ steps:
72
71
- save_cache:
73
paths:
74
- ~/Library/Caches/Homebrew
75
76
0 commit comments