Skip to content

Commit

Permalink
move rust above
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvsadana committed Sep 20, 2024
1 parent 9fd671e commit 1454e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
runs-on: karnot-arc-runner-set
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2 # use a different cache key as coverae uses custom rustc args
- name: Setup build deps
run: |
sudo apt-get update
sudo apt-get install -y clang llvm libudev-dev protobuf-compiler gcc g++ build-essential libssl-dev pkg-config curl wget git
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.78
- uses: Swatinem/rust-cache@v2 # use a different cache key as coverae uses custom rustc args
- uses: rui314/setup-mold@v1
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
Expand Down

0 comments on commit 1454e6f

Please sign in to comment.