Skip to content

Commit

Permalink
Adds CI step to install Rust nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
ultimaweapon committed Jul 21, 2024
1 parent ff9ebf6 commit 3767c93
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 @@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout source
uses: actions/checkout@v4
- name: Install Rust nightly
run: rustup toolchain install nightly
- name: Check code styles
run: cargo fmt --check
- name: Lint dumper
Expand Down

0 comments on commit 3767c93

Please sign in to comment.