diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c2804b1e..c8d876a7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: idk + - name: Set up git config run: git config --global url."https://".insteadOf git:// - name: Check out files