Skip to content

Commit b414bd9

Browse files
committed
remove cargo install step
1 parent 4fdcb6c commit b414bd9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/publish-rust.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ jobs:
2525
else
2626
echo "is_release=true" >> $GITHUB_OUTPUT
2727
fi
28-
- name: Install Rust (cargo)
29-
if: steps.check_release.outputs.is_release == 'true'
30-
run: |
31-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
32-
echo "${HOME}/.cargo/bin" >> $GITHUB_PATH
3328
- name: Setup and publish crates
3429
if: steps.check_release.outputs.is_release == 'true'
3530
run: |

0 commit comments

Comments
 (0)