Skip to content

Commit 79f0bd7

Browse files
author
Naseschwarz
committed
Set up toolchain for apple-x86
1 parent 8d8f2d5 commit 79f0bd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,12 +212,12 @@ jobs:
212212
with:
213213
toolchain: ${{ matrix.rust }}
214214

215-
- name: Setup target
216-
run: rustup target add x86_64-apple-darwin
217-
218215
- name: Override rust toolchain
219216
run: rustup override set ${{ matrix.rust }}
220217

218+
- name: Setup target
219+
run: rustup target add x86_64-apple-darwin
220+
221221
- name: Rustup Show
222222
run: rustup show
223223

0 commit comments

Comments
 (0)