diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8672a913..c2804b1e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,10 +26,11 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: idk + run: git config --global url."https://".insteadOf git:// + - name: Check out files uses: actions/checkout@v3 - run: | - git config --global url."https://".insteadOf git:// with: submodules: true fetch-depth: 0