We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9aa330 commit 9d8a46cCopy full SHA for 9d8a46c
.github/workflows/test.yml
@@ -61,6 +61,7 @@ jobs:
61
run: |
62
curl -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal
63
echo "$HOME/.cargo/env" >> "$GITHUB_PATH"
64
+ echo "$HOME/.cargo/bin" >> "$GITHUB_PATH"
65
source "$HOME/.cargo/env"
66
rustup update
67
0 commit comments