Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1481 from gtardif/windows_docker_cli
Browse files Browse the repository at this point in the history
Set our own docker CLI on windows nodes
  • Loading branch information
ndeloof authored Mar 31, 2021
2 parents ad37072 + add91ca commit 487bf96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- name: Setup docker CLI
run: |
docker version
curl -L -o docker.exe https://github.com/StefanScherer/docker-cli-builder/releases/download/20.10.5/docker.exe
mv -Force ./docker.exe "C:\Program Files\Docker\"
docker version
- name: Checkout code into the Go module directory
uses: actions/checkout@v2
Expand Down

0 comments on commit 487bf96

Please sign in to comment.