Skip to content

Commit e53774a

Browse files
committed
try dtolnay
1 parent 8a074b3 commit e53774a

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,9 @@ jobs:
5454

5555

5656
- name: Install Rust
57-
uses: actions-rs/toolchain@v1
57+
uses: dtolnay/rust-toolchain@master
5858
with:
5959
toolchain: ${{ matrix.rust }}
60-
profile: minimal
61-
override: true
6260

6361
- name: Build
6462
run: cargo build --verbose

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,11 @@ jobs:
9595
run: brew install asciidoctor
9696

9797
- name: Install Rust
98-
uses: actions-rs/toolchain@v1
98+
uses: dtolnay/rust-toolchain@master
9999
with:
100100
# Build all releases on nightly for latest optimizations.
101101
toolchain: nightly
102-
profile: minimal
103-
override: true
104-
target: ${{ matrix.target }}
102+
targets: ${{ matrix.target }}
105103

106104
- name: Install Cross
107105
run: cargo install cross

0 commit comments

Comments
 (0)