Skip to content

Commit 7156206

Browse files
committed
f
1 parent fdc360c commit 7156206

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

circle.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ jobs:
99
- run:
1010
name: Update rustc
1111
command: |
12+
rustup install nightly-x86_64-unknown-linux-gnu
1213
rustup target add wasm32-unknown-unknown --toolchain nightly
13-
rustup
1414
rustup component add rustfmt-preview
1515
rustup update
16-
rustup install nightly-x86_64-unknown-linux-gnu
1716
- run:
1817
name: Check formatting
1918
command: |

0 commit comments

Comments
 (0)