From dd38b7017a08b5adee30f96584ba813fd6fd522e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20B=2E=20St=C3=B8vring?= Date: Wed, 14 Feb 2024 15:41:35 +0100 Subject: [PATCH] No longer forces HTTPS --- .github/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a046d32..785dc0b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,10 +13,6 @@ jobs: uses: actions/checkout@v4 with: submodules: recursive - - name: Use HTTPS - run: | - git config --global url."https://github.com/".insteadOf git@github.com: - git config --global url."https://".insteadOf git:// - name: Build run: | xcodebuild\