Skip to content

Commit 0ac1719

Browse files
authored
ci.yml: don't sed Cargo.toml
1 parent dc9ca17 commit 0ac1719

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,8 @@ jobs:
9999
id: build_grcov
100100
shell: bash
101101
run: |
102-
git clone https://github.com/mozilla/grcov.git ~/grcov/
102+
git clone --depth=1 https://github.com/mozilla/grcov.git ~/grcov/
103103
cd ~/grcov
104-
# Hardcode the version of crossbeam-epoch. See
105-
# https://github.com/uutils/coreutils/issues/3680
106-
sed -i -e "s|tempfile =|crossbeam-epoch = \"=0.9.8\"\ntempfile =|" Cargo.toml
107104
cargo install --path .
108105
cd -
109106
# Uncomment when the upstream issue

0 commit comments

Comments
 (0)