Skip to content

Commit

Permalink
try clone
Browse files Browse the repository at this point in the history
  • Loading branch information
furkansahin committed Mar 25, 2024
1 parent 7014aff commit a9541e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/verify-pr-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,11 @@ jobs:
echo "PATH: $PATH"
which srtool
srtool --version
- name: Date Time
run: date
- name: try clone
run: |
git clone https://github.com/paritytech/polkadot-sdk.git
- name: Build Deterministic WASM
if: steps.cache-wasm.outputs.cache-hit != 'true'
run: |
Expand Down

0 comments on commit a9541e3

Please sign in to comment.