Skip to content

Commit

Permalink
chown
Browse files Browse the repository at this point in the history
  • Loading branch information
jdivock-stripe committed Jan 31, 2022
1 parent c2120cb commit e888fa2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ commands:
type: string
default: '14.15.0'
steps:
- restore_cache:
key: |
brew-cache-{{ arch }}-v1
- attach_workspace:
at: .
- run:
Expand All @@ -77,6 +74,13 @@ commands:
echo 'export QEMU_AUDIO_DRV=none' >> $BASH_ENV
echo 'export JAVA_HOME=$(/usr/libexec/java_home)' >> $BASH_ENV
source $BASH_ENV
- run:
name: chown homebrew
command: |
chown -R distiller /usr/local/Homebrew
- restore_cache:
key: |
brew-cache-{{ arch }}-v1
- run:
name: Install node@<<parameters.node_version>>
command: |
Expand Down

0 comments on commit e888fa2

Please sign in to comment.