diff --git a/.github/workflows/Docker.yaml b/.github/workflows/Docker.yaml index b567ddae3ca..f8e65f40092 100644 --- a/.github/workflows/Docker.yaml +++ b/.github/workflows/Docker.yaml @@ -29,7 +29,7 @@ jobs: steps: - name: Install docker for mac runner if: ${{ matrix.runs_on == 'macos-14'}} - run: brew install wget && wget https://download.docker.com/mac/static/stable/aarch64/docker-25.0.3.tgz && tar docker-25.0.3.tgz && cp docker/docker /user/local/bin/ + run: brew install wget && wget https://download.docker.com/mac/static/stable/aarch64/docker-25.0.3.tgz && tar -xvzf docker-25.0.3.tgz && cp docker/docker /user/local/bin/ - uses: actions/checkout@v3