diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6764e7d..3ec8613 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -44,7 +44,7 @@ jobs: - name: Install Rust run: | - source "~/.cargo/env" 2>/dev/null + export PATH="~/.cargo/bin:$PATH if ! command -v rustc >/dev/null 2>&1; then curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y else