Skip to content

Commit 7beabcb

Browse files
authored
fix ci workflow warnings (#70)
Signed-off-by: Nico Wagner <[email protected]>
1 parent f71334a commit 7beabcb

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/ci.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: Install Rust
21-
uses: actions-rs/toolchain@v1
21+
uses: dtolnay/rust-toolchain@master
2222
with:
23-
toolchain: ${{ matrix.rust }}
24-
override: true
23+
toolchain: ${{ matrix.rust }}
2524
- name: Build the code
2625
run: cargo build --verbose
2726
- name: Test the code
@@ -31,9 +30,6 @@ jobs:
3130
steps:
3231
- uses: actions/checkout@v4
3332
- name: Install Rust
34-
uses: actions-rs/toolchain@v1
35-
with:
36-
toolchain: stable
37-
override: true
33+
uses: dtolnay/rust-toolchain@stable
3834
- name: Check formatting
3935
run: cargo fmt --check

0 commit comments

Comments
 (0)