Skip to content

Commit

Permalink
Update .github/workflows/check-migrations.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ggwpez authored Oct 18, 2024
1 parent 08129f0 commit a713c8c
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 @@ -106,7 +106,7 @@ jobs:
EXTRA_FLAGS: ${{ env.EXTRA_FLAGS }}
CHECKS: ${{ env.CHECKS }}
run: |
cargo install -q --git https://github.com/paritytech/try-runtime-cli
cargo install -q --git https://github.com/paritytech/try-runtime-cli --tag v0.8.0 --locked && try-runtime --version
cargo build --profile production -p ${{ matrix.runtime.package }} --features try-runtime -q --locked
Expand Down

0 comments on commit a713c8c

Please sign in to comment.