Skip to content

Commit

Permalink
[ADP-3476] Pinpoint mithril version to 2445.0 (#4844)
Browse files Browse the repository at this point in the history
Mithril version in the CI was not specified. ATM `master` is not
compatibble with mainnet, 2445.0 is the last release.
  • Loading branch information
paolino authored Nov 16, 2024
2 parents b639cc7 + d7af699 commit 8a725ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run/common/nix/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ cleanup() {
mithril() {
# shellcheck disable=SC2048
# shellcheck disable=SC2086
nix shell "github:input-output-hk/mithril" -c $*
nix shell "github:input-output-hk/mithril?ref=2445.0" -c $*
}

# Trap the cleanup function on exit
Expand Down

0 comments on commit 8a725ab

Please sign in to comment.