File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -150,14 +150,14 @@ async function run() {
150150
151151 core . startGroup ( 'start docker step1' ) ;
152152 // https://github.com/docker/for-mac/issues/2359#issuecomment-943131345
153- await exec . exec ( 'sudo' , [
153+ await exec . exec ( 'sudo' , [
154154 '/Applications/Docker.app/Contents/MacOS/Docker' ,
155155 '--unattended' ,
156156 '--install-privileged-components'
157157 ] ) ;
158158 core . endGroup ( ) ;
159159 core . startGroup ( 'start docker step2' ) ;
160- await exec . exec ( 'open' , [
160+ await exec . exec ( 'open' , [
161161 '-a' ,
162162 '/Applications/Docker.app' ,
163163 '--args' ,
@@ -343,7 +343,7 @@ system_profiler SPHardwareDataType || true
343343 DOCKER_VERSION_STRING ? `docker-ce=${ DOCKER_VERSION_STRING } ` : 'docker-ce' ,
344344 DOCKER_VERSION_STRING ? `docker-ce-cli=${ DOCKER_VERSION_STRING } ` : 'docker-ce-cli'
345345 ] ) ;
346-
346+
347347 await exec . exec ( 'sudo' , [
348348 'apt-get' ,
349349 '-y' ,
You can’t perform that action at this time.
0 commit comments