Skip to content

Commit 8292b83

Browse files
committed
COMP: Use https instead of git:// to fetch CI helpers script
1 parent d8f5781 commit 8292b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Install Windows OpenGL
4848
if: runner.os == 'Windows'
4949
run: |
50-
git clone --depth 1 git://github.com/pyvista/gl-ci-helpers.git
50+
git clone --depth 1 https://github.com/pyvista/gl-ci-helpers.git
5151
powershell gl-ci-helpers/appveyor/install_opengl.ps1
5252
5353
- name: Test

0 commit comments

Comments
 (0)