Skip to content

Commit

Permalink
fix ci workflow warnings (#70)
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Wagner <code@nicowagner.me>
  • Loading branch information
nwagner84 authored Feb 19, 2024
1 parent f71334a commit 7beabcb
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Rust
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
override: true
toolchain: ${{ matrix.rust }}
- name: Build the code
run: cargo build --verbose
- name: Test the code
Expand All @@ -31,9 +30,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
uses: dtolnay/rust-toolchain@stable
- name: Check formatting
run: cargo fmt --check

0 comments on commit 7beabcb

Please sign in to comment.