Skip to content

Commit

Permalink
fix: xtask explicit install suing cargo
Browse files Browse the repository at this point in the history
Signed-off-by: Prateek Chandra <[email protected]>
  • Loading branch information
pchandra19 committed Aug 11, 2023
1 parent aa90935 commit a11b8d1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
override: true
components: llvm-tools-preview, xtask
components: llvm-tools-preview

- uses: Swatinem/rust-cache@v1

Expand All @@ -35,6 +35,11 @@ jobs:
mkdir -p "${HOME}/.local/bin"
curl -sL https://github.com/mozilla/grcov/releases/download/v0.8.10/grcov-x86_64-unknown-linux-gnu.tar.bz2 | tar jxf - -C "${HOME}/.local/bin"
echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Install xtask
run: |
cargo install xtask
- name: Run xtask coverage
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit a11b8d1

Please sign in to comment.