Skip to content

Commit

Permalink
Merge pull request #1188 from printfn/fix-binaryen
Browse files Browse the repository at this point in the history
Fix binaryen URL and use updated `binary-install` to fix installation on macOS (adding to @matheus23's PR)
  • Loading branch information
drager committed Jan 15, 2023
2 parents 179bc45 + c96ff37 commit bbc539e
Show file tree
Hide file tree
Showing 58 changed files with 1,437 additions and 1,500 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install mdbook
run: |
(test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update)
(test -x $HOME/.cargo/bin/mdbook || cargo install --vers "^0.3" mdbook)
(test -x $HOME/.cargo/bin/mdbook || cargo install --vers "^0.4" mdbook)
cargo install-update -a
- name: Build book
Expand Down
Loading

0 comments on commit bbc539e

Please sign in to comment.