File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 71
71
- name : Checkout
72
72
uses : actions/checkout@v4
73
73
74
- - name : Configure Rust target
74
+ - name : Configure Rust target ${{ matrix.input.rustup-target }}
75
75
run : rustup target add ${{ matrix.input.rustup-target }}
76
76
77
77
- name : Cache Dependencies
@@ -115,7 +115,7 @@ jobs:
115
115
- name : Checkout
116
116
uses : actions/checkout@v4
117
117
118
- - name : Configure Rust target
118
+ - name : Configure Rust target ${{ matrix.input.rustup-target }}
119
119
run : rustup target add ${{ matrix.input.rustup-target }}
120
120
121
121
- name : Add Rust component clippy
@@ -165,7 +165,7 @@ jobs:
165
165
- name : Checkout
166
166
uses : actions/checkout@v4
167
167
168
- - name : Configure Rust target
168
+ - name : Configure Rust target ${{ matrix.input.rustup-target }}
169
169
run : rustup target add ${{ matrix.input.rustup-target }}
170
170
171
171
- name : Cache Dependencies
@@ -278,7 +278,7 @@ jobs:
278
278
- name : Checkout
279
279
uses : actions/checkout@v4
280
280
281
- - name : Configure Rust target
281
+ - name : Configure Rust target ${{ matrix.input.rustup-target }}
282
282
run : rustup target add ${{ matrix.input.rustup-target }}
283
283
284
284
- name : Add Rust component llvm-tools-preview
You can’t perform that action at this time.
0 commit comments