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 328ec4f commit 2442ba6Copy full SHA for 2442ba6
1 file changed
.github/workflows/rust.yml
@@ -77,6 +77,7 @@ jobs:
77
with:
78
rust-version: nightly
79
- run: rustup component add llvm-tools-preview
80
+ - run: rustup component add rust-src
81
- run: echo "PATH=/home/runner/.cargo/bin:$PATH" >> $GITHUB_ENV
82
- run: echo "7817b621f62dddfadd35fb84999b441bbce72b70cd8a61a9fe8e0998ccf75898 *grcov-v0.8.6-x86_64-unknown-linux-gnu.tar.gz" > checksums
83
- run: curl -sOL https://github.com/mozilla/grcov/releases/download/v0.8.6/grcov-v0.8.6-x86_64-unknown-linux-gnu.tar.gz
0 commit comments