Skip to content

Commit

Permalink
fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
furkansahin committed Mar 25, 2024
1 parent 9871bfb commit 7f82afe
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 @@ -191,6 +191,8 @@ jobs:
- name: try clone
run: |
git clone --depth 1 https://github.com/paritytech/polkadot-sdk.git
cd polkadot-sdk
git fetch --force --update-head-ok 'https://github.com/paritytech/polkadot-sdk' '+refs/heads/release-polkadot-v1.1.0:refs/remotes/origin/release-polkadot-v1.1.0'
- name: Build Deterministic WASM
if: steps.cache-wasm.outputs.cache-hit != 'true'
run: |
Expand Down

0 comments on commit 7f82afe

Please sign in to comment.