From c4ace24750a33b79d48cf5db34d602a9d361fef2 Mon Sep 17 00:00:00 2001 From: joculatrix <157850634+joculatrix@users.noreply.github.com> Date: Thu, 22 Aug 2024 20:53:16 -0500 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 9fd45e0..c3c629e 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -16,6 +16,8 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Rust toolchain + run: rustup toolchain install stable --profile minimal - name: Build run: cargo build --verbose - name: Run tests