Skip to content

Commit

Permalink
CI: Fix Kusama Asset Hub Migration TrieError(InvalidStateRoot(...)) (
Browse files Browse the repository at this point in the history
…#166)

Fixes error log in migration check ci due to empty Migrations tuple,
reported by @ggwpez.

- [x] Does not require a CHANGELOG entry

Co-authored-by: Bastian Köcher <[email protected]>
  • Loading branch information
liamaharon and bkchr authored Feb 14, 2024
1 parent e5a723f commit 9f5cd55
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 @@ -49,7 +49,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 9f5cd55

Please sign in to comment.