Skip to content

Commit

Permalink
Use cargo install --locked
Browse files Browse the repository at this point in the history
It's not possible to install mdbook-svgbob right now due to some changes
in some packages. Using --locked fixes it, presumably by using some
pinned / locked versions of dependencies!?
  • Loading branch information
plajjan committed Mar 7, 2024
1 parent 765ff06 commit f62ef42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.cargo
key: cargo-zola
- name: 'Install mdbook & svgbob'
run: cargo install mdbook mdbook-svgbob
key: cargo
- name: 'Install mdbook-svgbob'
run: cargo install --locked mdbook-svgbob
- name: 'Checkout'
uses: actions/checkout@master
- name: 'Checkout acton repo'
Expand Down

0 comments on commit f62ef42

Please sign in to comment.