File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,8 +125,8 @@ async function run() {
125125
126126 core . startGroup ( 'install docker' )
127127 // await exec.exec('brew', ['update'])
128- // await exec.exec('wget', ['https://raw.githubusercontent.com/Homebrew/homebrew-cask/300b1dcc6d9f61cc93e9351e76066f0846beefe9 /Casks/docker.rb']);
129- await exec . exec ( 'wget' , [ 'https://raw.githubusercontent.com/Homebrew/homebrew-cask/master/Casks/docker.rb' ] ) ;
128+ await exec . exec ( 'wget' , [ 'https://raw.githubusercontent.com/Homebrew/homebrew-cask/fe866ec0765de141599745f03e215452db7f511b /Casks/docker.rb' ] ) ;
129+ // await exec.exec('wget', ['https://raw.githubusercontent.com/Homebrew/homebrew-cask/master/Casks/docker.rb']);
130130 await exec . exec ( 'brew' , [
131131 'install' ,
132132 '--cask' ,
You can’t perform that action at this time.
0 commit comments