Skip to content

Commit

Permalink
feat(docs): Switch to curlbash for oranda to save CI time (#213)
Browse files Browse the repository at this point in the history
This PR switches the CI to use the pre-compiled+released version of
oranda in order to save CI time.
  • Loading branch information
jamesmunns authored Aug 1, 2023
1 parent edf9637 commit 8f069d4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions scripts/install-ci-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ mkdir -p ./target
rustup toolchain install stable

# Install Oranda
# TODO: switch to curlbash once they release a prerelease binary!
cargo install oranda -f \
--git https://github.com/axodotdev/oranda \
--rev ec4b0b8360b0adc1aa5240e213bf275b262670e2
curl \
--proto '=https' \
--tlsv1.2 \
-LsSf \
https://github.com/axodotdev/oranda/releases/download/v0.3.0-prerelease.4/oranda-installer.sh \
| sh

0 comments on commit 8f069d4

Please sign in to comment.