From fa3ed6e3ea6711129850c04a99d5fbec77c1ec20 Mon Sep 17 00:00:00 2001 From: nenadjakic <89663559+nenadjakic@users.noreply.github.com> Date: Sat, 5 Aug 2023 10:22:31 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65cd6d7..a441144 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,9 @@ jobs: - name: checkout uses: actions/checkout@v3 - name: install toolchain - run: rustup component add llvm-tools-preview + run: | + rustup toolchain add nightly --component llvm-tools-preview + rustup override set nightly - name: run cargo test env: LLVM_PROFILE_FILE: "target/coverage/grcov-%p-%m.profraw"