Skip to content

Commit 29e8c6b

Browse files
authored
Merge pull request #258 from influxdata/crepererum/fix_ci_rustup
ci: ensure toolchain is installed
2 parents 69d21b5 + 23dcc97 commit 29e8c6b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ commands:
88
rust_components:
99
description: Verify installed components
1010
steps:
11+
- run:
12+
name: Ensure toolchain is present
13+
command: rustup toolchain install
1114
- run:
1215
name: Verify installed components
1316
command: |

0 commit comments

Comments
 (0)