Skip to content

Commit

Permalink
Update rust toolchain when deploying (ordinals#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Aug 16, 2022
1 parent 89aac95 commit 37534e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/setup
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ fi

source ~/.cargo/env

rustup update stable

cargo install --path . --root /usr/local

id --user bitcoin || useradd --system bitcoin
Expand Down

0 comments on commit 37534e3

Please sign in to comment.