Skip to content

Commit

Permalink
deps(ci): use dtolnay/toolchain instead of installing rustup
Browse files Browse the repository at this point in the history
  • Loading branch information
oleonardolima committed Sep 4, 2024
1 parent 7416bf9 commit e404089
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@ jobs:
uses: actions/checkout@v4
- name: Install lcov tools
run: sudo apt-get install lcov -y
- name: Install rustup
run: curl https://sh.rustup.rs -sSf | sh -s -- -y
- name: Set default toolchain
run: rustup default nightly
- name: Install Rust Toolchain
uses: dtolnay/rust-toolchain@v1
with:
toolchain: nightly
- name: Set profile
run: rustup set profile minimal
- name: Update toolchain
run: rustup update
- name: Add llvm tools
run: rustup component add llvm-tools-preview
- name: Update toolchain
Expand Down

0 comments on commit e404089

Please sign in to comment.