From 5f203483d7d9e1f2beb889a5ee9c49f58f20152b Mon Sep 17 00:00:00 2001 From: furkan sahin Date: Wed, 28 Feb 2024 15:24:55 +0100 Subject: [PATCH] remove git config changes second --- .github/workflows/verify-pr-commit.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/verify-pr-commit.yml b/.github/workflows/verify-pr-commit.yml index f83f681186..64a643e928 100644 --- a/.github/workflows/verify-pr-commit.yml +++ b/.github/workflows/verify-pr-commit.yml @@ -326,10 +326,6 @@ jobs: steps: - name: Install Required Packages run: | - echo "Sleeping for 3 minutes" - git config --global http.postBuffer 524288000 - git config --global http.lowSpeedLimit 0 - git config --global http.lowSpeedTime 100 sudo apt-get update sudo apt install -y wget file build-essential curl - name: Check Out Repo @@ -374,8 +370,6 @@ jobs: - name: Build Deterministic WASM if: steps.cache-wasm.outputs.cache-hit != 'true' run: | - git config --global http.lowSpeedLimit 0 - git config --global http.lowSpeedTime 100000 RUST_LOG=debug SRTOOL_TAG="1.70.0" srtool build \ --build-opts="'--features on-chain-release-build,no-metadata-docs,${{matrix.features}}'" \ --profile=${{matrix.build-profile}} \