From d993d3d449971bf9e6e295068174b158394e1d41 Mon Sep 17 00:00:00 2001 From: ducphamle2 Date: Sun, 17 Mar 2024 20:56:11 -0700 Subject: [PATCH] install tarbaulin --- .github/workflows/cov.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cov.yml b/.github/workflows/cov.yml index 2096424..b17d2a3 100644 --- a/.github/workflows/cov.yml +++ b/.github/workflows/cov.yml @@ -15,7 +15,10 @@ jobs: uses: actions/checkout@v3 - name: Install rust - run: rustup toolchain install stable --profile minimal + run: | + rustup toolchain install stable + rustup default stable + rustup update - name: Caching uses: Swatinem/rust-cache@v2