From 16a9127b6aa98d988a9028255a5a9760d3754394 Mon Sep 17 00:00:00 2001 From: Joseph Birr-Pixton Date: Wed, 20 Sep 2023 09:22:52 +0100 Subject: [PATCH] Use stable for coverage measurement --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b33b6775..e65d1099 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -252,7 +252,7 @@ jobs: uses: taiki-e/install-action@cargo-llvm-cov - name: Install rust toolchain - uses: dtolnay/rust-toolchain@nightly + uses: dtolnay/rust-toolchain@stable with: components: llvm-tools