Skip to content

Commit

Permalink
Install toolchain for code coverage (#21409)
Browse files Browse the repository at this point in the history
## Description 

Install toolchain for code coverage

## Test plan 
👀
  • Loading branch information
ebmifa authored Mar 5, 2025
1 parent aa9442b commit 08f6765
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cargo-llvm-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
- name: Add postgres to PATH
run: echo "/usr/lib/postgresql/14/bin" >> $GITHUB_PATH

- name: Install Rust toolchain
run: rustup show active-toolchain || rustup toolchain install

- name: Set Swap Space
uses: pierotofy/set-swap-space@master
with:
Expand Down

0 comments on commit 08f6765

Please sign in to comment.