Skip to content

Commit 03c5885

Browse files
committed
fix ci config
1 parent f698b95 commit 03c5885

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@v4
3838

3939
- name: Install arbitrary nightly toolchain
40-
uses: dtolnay/rust-toolchain@1.80
40+
uses: dtolnay/rust-toolchain@master
4141
with:
4242
toolchain: nightly-2025-01-01
4343

@@ -66,6 +66,8 @@ jobs:
6666

6767
- name: Install toolchain
6868
uses: dtolnay/[email protected]
69+
with:
70+
components: rustfmt
6971

7072
- name: Check formatting
7173
run: cargo fmt --all -- --check

0 commit comments

Comments
 (0)