From afd555a6a2cae9b8407af7d7e56f40ec19ce639a Mon Sep 17 00:00:00 2001 From: Maxime Liquet <35924738+maximlt@users.noreply.github.com> Date: Tue, 11 Jan 2022 16:22:48 +0100 Subject: [PATCH] use https instead of the git:// protocol in GHA (#3092) --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 58553cb551..f0aae36e1b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -73,7 +73,7 @@ jobs: - name: windows_opengl if: contains(matrix.os, 'windows') run: | - git clone --depth 1 git://github.com/pyvista/gl-ci-helpers.git + git clone --depth 1 https://github.com/pyvista/gl-ci-helpers.git powershell gl-ci-helpers/appveyor/install_opengl.ps1 - name: doit env_capture run: |