remove 'source'
Some checks failed
Rust Build / build (push) Failing after 7m40s

This commit is contained in:
okhsunrog 2024-11-29 03:31:14 +03:00
parent d41c3dcb0a
commit 5e1734a840

View file

@ -20,7 +20,6 @@ jobs:
apt-get update
apt-get install -y curl build-essential
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
source "$HOME/.cargo/env"
- name: Install rust-src
run: rustup toolchain install nightly --component rust-src