Fix rust up

This commit is contained in:
Andras Schmelczer 2025-01-03 11:36:09 +00:00
commit 0f8ce08cf5
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -20,6 +20,8 @@ jobs:
- name: Setup - name: Setup
run: | run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
. "$HOME/.cargo/env"
rustup install nightly rustup install nightly
rustup default nightly rustup default nightly
rustup component add clippy rustfmt rustup component add clippy rustfmt