Skip to content

Commit

Permalink
Fix Kusama Asset Hub Migration CI TrieError(InvalidStateRoot(...))
Browse files Browse the repository at this point in the history
…Error
  • Loading branch information
liamaharon authored Jan 29, 2024
1 parent b5ba0e9 commit bcda1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Download try-runtime-cli
run: |
curl -sL https://github.com/paritytech/try-runtime-cli/releases/download/v0.5.2/try-runtime-x86_64-unknown-linux-musl -o try-runtime
curl -sL https://github.com/paritytech/try-runtime-cli/releases/download/v0.5.4/try-runtime-x86_64-unknown-linux-musl -o try-runtime
chmod +x ./try-runtime
- name: Install Protoc
Expand Down

0 comments on commit bcda1d8

Please sign in to comment.