Skip to content

Commit

Permalink
fix: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
sjfhsjfh committed Feb 28, 2024
1 parent 1091d72 commit add858f
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/install-mdbook/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,9 @@ runs:
# The --locked flag is important for reproducible builds. It also
# avoids breakage due to skews between mdbook and mdbook-svgbob.
- name: Install mdbook
run: cargo install mdbook --locked --version 0.4.36
shell: bash

- name: Install mdbook-svgbob
run: cargo install mdbook-svgbob --locked --version 0.2.1
run: cargo install mdbook --locked --version 0.4.37
shell: bash

- name: Install mdbook-i18n-helpers
run: cargo install mdbook-i18n-helpers --locked --version 0.3.1
shell: bash

- name: Install mdbook-exerciser
run: cargo install --path mdbook-exerciser --locked
shell: bash

- name: Install mdbook-course
run: cargo install --path mdbook-course --locked
shell: bash

0 comments on commit add858f

Please sign in to comment.