We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f5781 commit 8292b83Copy full SHA for 8292b83
.github/workflows/test_and_deploy.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Install Windows OpenGL
48
if: runner.os == 'Windows'
49
run: |
50
- git clone --depth 1 git://github.com/pyvista/gl-ci-helpers.git
+ git clone --depth 1 https://github.com/pyvista/gl-ci-helpers.git
51
powershell gl-ci-helpers/appveyor/install_opengl.ps1
52
53
- name: Test
0 commit comments