From 9c66bb81d5d17f4a20eb0750020510b9b1f1c9c4 Mon Sep 17 00:00:00 2001 From: 0o-de-lally <1364012+0o-de-lally@users.noreply.github.com> Date: Sat, 18 Jan 2025 20:11:39 -0500 Subject: [PATCH] [ci] use rust stable in tests --- .github/actions/build_env/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build_env/action.yaml b/.github/actions/build_env/action.yaml index 54c7fc8e2..5c499de92 100644 --- a/.github/actions/build_env/action.yaml +++ b/.github/actions/build_env/action.yaml @@ -27,7 +27,7 @@ runs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.78.0 + toolchain: stable override: true - name: install rustfmt clippy