Skip to content

Commit 4c56ed4

Browse files
authored
Update setup-docker.js
1 parent efec15b commit 4c56ed4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/setup-docker.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ async function run() {
124124
'--version']).catch(() => { });
125125

126126
core.startGroup('install docker')
127+
await exec.exec('brew',['update']);
127128
await exec.exec('brew', [
128129
'install',
129130
'--cask',

0 commit comments

Comments
 (0)