Skip to content

Commit e1aa38d

Browse files
committed
fix ci
1 parent 8d3cbbc commit e1aa38d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
uses: actions-rs/toolchain@v1
3232
with:
3333
toolchain: ${{ matrix.rust }}
34-
default: true
3534
profile: minimal
3635
components: clippy
3736

@@ -62,6 +61,7 @@ jobs:
6261
uses: actions-rs/toolchain@v1
6362
with:
6463
toolchain: stable
64+
profile: minimal
6565
components: rustfmt
6666

6767
- name: Run rustfmt
@@ -73,13 +73,11 @@ jobs:
7373
- name: Checkout repository
7474
uses: actions/checkout@v3
7575

76-
- name: Install nightly toolchain
76+
- name: Install Rust
7777
uses: actions-rs/toolchain@v1
7878
with:
7979
toolchain: stable
80-
default: true
8180
profile: minimal
82-
components: clippy
8381

8482
- name: Cache
8583
uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)