Skip to content

Commit

Permalink
use https instead of the git:// protocol in GHA (#3092)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt authored Jan 11, 2022
1 parent ef77cba commit afd555a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit afd555a

Please sign in to comment.