Skip to content

Commit

Permalink
Update setup-docker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
khs1994 authored Mar 6, 2021
1 parent efec15b commit 4c56ed4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/setup-docker.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ async function run() {
'--version']).catch(() => { });

core.startGroup('install docker')
await exec.exec('brew',['update']);
await exec.exec('brew', [
'install',
'--cask',
Expand Down

0 comments on commit 4c56ed4

Please sign in to comment.