File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 54
54
55
55
56
56
- name : Install Rust
57
- uses : actions-rs/ toolchain@v1
57
+ uses : dtolnay/rust- toolchain@master
58
58
with :
59
59
toolchain : ${{ matrix.rust }}
60
- profile : minimal
61
- override : true
62
60
63
61
- name : Build
64
62
run : cargo build --verbose
Original file line number Diff line number Diff line change @@ -95,13 +95,11 @@ jobs:
95
95
run : brew install asciidoctor
96
96
97
97
- name : Install Rust
98
- uses : actions-rs/ toolchain@v1
98
+ uses : dtolnay/rust- toolchain@master
99
99
with :
100
100
# Build all releases on nightly for latest optimizations.
101
101
toolchain : nightly
102
- profile : minimal
103
- override : true
104
- target : ${{ matrix.target }}
102
+ targets : ${{ matrix.target }}
105
103
106
104
- name : Install Cross
107
105
run : cargo install cross
You can’t perform that action at this time.
0 commit comments