diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index ec15c98..cd50177 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -13,9 +13,9 @@ jobs: steps: - uses: actions/checkout@v3 - name: Install - - run: curl https://sh.rustup.rs -sSf | sh -s -- -y + run: curl https://sh.rustup.rs -sSf | sh -s -- -y - name: Put Rust in $PATH - - run: source "$HOME/.cargo/env" + run: source "$HOME/.cargo/env" - name: Build run: cargo build --verbose - name: Run tests