We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fdcb6c commit b414bd9Copy full SHA for b414bd9
.github/workflows/publish-rust.yaml
@@ -25,11 +25,6 @@ jobs:
25
else
26
echo "is_release=true" >> $GITHUB_OUTPUT
27
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
33
- name: Setup and publish crates
34
if: steps.check_release.outputs.is_release == 'true'
35
run: |
0 commit comments