Skip to content

Commit 381504f

Browse files
committed
update ci config
1 parent 481e91c commit 381504f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- run:
2525
name: Use Stable as Default
26-
command: rustup override set stable
26+
command: rustup default stable
2727

2828
- run:
2929
name: Show Version
@@ -88,7 +88,7 @@ jobs:
8888

8989
- run:
9090
name: Use Stable as Default
91-
command: rustup override set stable
91+
command: rustup default stable
9292

9393
- run:
9494
name: Show Version

0 commit comments

Comments
 (0)