Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

Commit aaa0d1f

Browse files
authored
Fixed mdbook cargo install in build script (#336)
1 parent 19050ae commit aaa0d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generic-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function install_rust_build_dependencies()
7575
# otherwise this takes >5min in CI:
7676
MDBOOK_FLAGS="--no-default-features"
7777
fi
78-
cargo install mdbook $MDBOOK_FLAGS
78+
cargo install mdbook $MDBOOK_FLAGS --locked
7979
fi
8080
}
8181

0 commit comments

Comments
 (0)