We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d8f2d5 commit 79f0bd7Copy full SHA for 79f0bd7
.github/workflows/ci.yml
@@ -212,12 +212,12 @@ jobs:
212
with:
213
toolchain: ${{ matrix.rust }}
214
215
- - name: Setup target
216
- run: rustup target add x86_64-apple-darwin
217
-
218
- name: Override rust toolchain
219
run: rustup override set ${{ matrix.rust }}
220
+ - name: Setup target
+ run: rustup target add x86_64-apple-darwin
+
221
- name: Rustup Show
222
run: rustup show
223
0 commit comments