Skip to content

Commit ae57150

Browse files
add rustup bin to path
1 parent dd65588 commit ae57150

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
run: |
6868
apt-get update && apt-get install -y build-essential curl
6969
curl --proto '=https' --tlsv1.2 "https://sh.rustup.rs" | sh -s -- --default-toolchain none -y
70+
echo "${CARGO_HOME:-$HOME/.cargo}/bin" >> $GITHUB_PATH
7071
7172
- name: Install Rust toolchain
7273
run: |

0 commit comments

Comments
 (0)