Skip to content

Commit

Permalink
Adds CI step to install required Rust components
Browse files Browse the repository at this point in the history
  • Loading branch information
ultimaweapon committed Jul 21, 2024
1 parent 3767c93 commit a5e4a8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
uses: actions/checkout@v4
- name: Install Rust nightly
run: rustup toolchain install nightly
- name: Install required Rust components
run: rustup component add --toolchain nightly clippy llvm-tools rust-src
- name: Check code styles
run: cargo fmt --check
- name: Lint dumper
Expand Down

0 comments on commit a5e4a8a

Please sign in to comment.