Skip to content

Commit

Permalink
add --locked to install
Browse files Browse the repository at this point in the history
  • Loading branch information
Boog900 committed Mar 6, 2024
1 parent f9b1ad7 commit 0390973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- uses: actions/checkout@v4
- name: Install mdBook
run: |
cargo install --version ${MDBOOK_VERSION} mdbook
cargo install --version ${MDBOOK_SVGBOB_VERSION} mdbook-svgbob
cargo install --locked --version ${MDBOOK_VERSION} mdbook
cargo install --locked --version ${MDBOOK_SVGBOB_VERSION} mdbook-svgbob
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
Expand Down

0 comments on commit 0390973

Please sign in to comment.