From 565e11721fc7b85ed78ce036a0b6c1de147ce5a0 Mon Sep 17 00:00:00 2001 From: Federico Cecchetto Date: Tue, 15 Mar 2022 19:20:19 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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