From 03ef4cf2b36bae15174906ede6e5e1ad2486ae47 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Thu, 1 Dec 2022 10:13:32 +1100 Subject: [PATCH] Update cargo-llvm-lines to 0.4.22 in CI. Because 0.4.12 has stopped working. --- .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 40acae47b..659bd96be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -175,7 +175,7 @@ jobs: echo "${PWD}/build/bin" >> $GITHUB_PATH - name: Install profilers - run: cargo install --version 0.4.12 cargo-llvm-lines + run: cargo install --version 0.4.22 cargo-llvm-lines - name: Install Bytehound run: |