Sfoglia il codice sorgente

Set our own docker CLI on windows nodes

Signed-off-by: Guillaume Tardif <[email protected]>
Guillaume Tardif 4 anni fa
parent
commit
add91ca068
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      .github/workflows/windows-ci.yml

+ 3 - 0
.github/workflows/windows-ci.yml

@@ -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