diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ca8d6bf..c12b283 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,6 +27,9 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: + - name: Fix up git URLs + run: echo -e '[url "https://github.com/"]\n insteadOf = "git://github.com/"' >> ~/.gitconfig + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2