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

Commit 487bf96

Browse files
authored
Merge pull request #1481 from gtardif/windows_docker_cli
Set our own docker CLI on windows nodes
2 parents ad37072 + add91ca commit 487bf96

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/windows-ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
- name: Setup docker CLI
3939
run: |
4040
docker version
41+
curl -L -o docker.exe https://github.com/StefanScherer/docker-cli-builder/releases/download/20.10.5/docker.exe
42+
mv -Force ./docker.exe "C:\Program Files\Docker\"
43+
docker version
4144
4245
- name: Checkout code into the Go module directory
4346
uses: actions/checkout@v2

0 commit comments

Comments
 (0)