Skip to content

Commit

Permalink
Adds step to update Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
ultimaweapon committed Sep 6, 2024
1 parent 0061c4c commit c9f3658
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.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: Update Rust
run: rustup update stable
- name: Check Rust styles
run: cargo fmt --check
- name: Lint
Expand Down

0 comments on commit c9f3658

Please sign in to comment.