We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc9ca17 commit 0ac1719Copy full SHA for 0ac1719
1 file changed
.github/workflows/ci.yml
@@ -99,11 +99,8 @@ jobs:
99
id: build_grcov
100
shell: bash
101
run: |
102
- git clone https://github.com/mozilla/grcov.git ~/grcov/
+ git clone --depth=1 https://github.com/mozilla/grcov.git ~/grcov/
103
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
107
cargo install --path .
108
cd -
109
# Uncomment when the upstream issue
0 commit comments