add rustup bin to path

This commit is contained in:
Spencer 2022-09-10 23:29:15 -07:00 committed by GitHub
parent dd65588c51
commit ae57150d0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,6 +67,7 @@ jobs:
run: |
apt-get update && apt-get install -y build-essential curl
curl --proto '=https' --tlsv1.2 "https://sh.rustup.rs" | sh -s -- --default-toolchain none -y
echo "${CARGO_HOME:-$HOME/.cargo}/bin" >> $GITHUB_PATH
- name: Install Rust toolchain
run: |