Skip to content

Commit

Permalink
low speed setup more
Browse files Browse the repository at this point in the history
second
  • Loading branch information
furkansahin committed Feb 28, 2024
1 parent fe6654a commit f943a28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/verify-pr-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,8 @@ 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}} \
Expand Down

0 comments on commit f943a28

Please sign in to comment.