From 0ac17193395a77664e26c13a9cb3fb79ec4acaa9 Mon Sep 17 00:00:00 2001 From: oech3 <79379754+oech3@users.noreply.github.com> Date: Sat, 13 Jun 2026 09:12:30 +0900 Subject: [PATCH] ci.yml: don't sed Cargo.toml --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 415812e..7d61c28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,11 +99,8 @@ jobs: id: build_grcov shell: bash run: | - git clone https://github.com/mozilla/grcov.git ~/grcov/ + git clone --depth=1 https://github.com/mozilla/grcov.git ~/grcov/ cd ~/grcov - # Hardcode the version of crossbeam-epoch. See - # https://github.com/uutils/coreutils/issues/3680 - sed -i -e "s|tempfile =|crossbeam-epoch = \"=0.9.8\"\ntempfile =|" Cargo.toml cargo install --path . cd - # Uncomment when the upstream issue