Add rustup

This commit is contained in:
Andras Schmelczer 2025-01-03 11:16:42 +00:00
parent 62c41e6ecd
commit 594884d054
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -19,6 +19,7 @@ jobs:
- name: Setup
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
rustup install nightly
rustup default nightly
rustup component add clippy rustfmt