File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7171 - name : Checkout
7272 uses : actions/checkout@v4
7373
74- - name : Configure Rust target
74+ - name : Configure Rust target ${{ matrix.input.rustup-target }}
7575 run : rustup target add ${{ matrix.input.rustup-target }}
7676
7777 - name : Cache Dependencies
@@ -115,7 +115,7 @@ jobs:
115115 - name : Checkout
116116 uses : actions/checkout@v4
117117
118- - name : Configure Rust target
118+ - name : Configure Rust target ${{ matrix.input.rustup-target }}
119119 run : rustup target add ${{ matrix.input.rustup-target }}
120120
121121 - name : Add Rust component clippy
@@ -165,7 +165,7 @@ jobs:
165165 - name : Checkout
166166 uses : actions/checkout@v4
167167
168- - name : Configure Rust target
168+ - name : Configure Rust target ${{ matrix.input.rustup-target }}
169169 run : rustup target add ${{ matrix.input.rustup-target }}
170170
171171 - name : Cache Dependencies
@@ -278,7 +278,7 @@ jobs:
278278 - name : Checkout
279279 uses : actions/checkout@v4
280280
281- - name : Configure Rust target
281+ - name : Configure Rust target ${{ matrix.input.rustup-target }}
282282 run : rustup target add ${{ matrix.input.rustup-target }}
283283
284284 - name : Add Rust component llvm-tools-preview
You can’t perform that action at this time.
0 commit comments