We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdc360c commit 7156206Copy full SHA for 7156206
1 file changed
circle.yml
@@ -9,11 +9,10 @@ jobs:
9
- run:
10
name: Update rustc
11
command: |
12
+ rustup install nightly-x86_64-unknown-linux-gnu
13
rustup target add wasm32-unknown-unknown --toolchain nightly
- rustup
14
rustup component add rustfmt-preview
15
rustup update
16
- rustup install nightly-x86_64-unknown-linux-gnu
17
18
name: Check formatting
19
0 commit comments