diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3ec8613..3654cf0 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -44,7 +44,7 @@ jobs: - name: Install Rust run: | - export PATH="~/.cargo/bin:$PATH + 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