Skip to content

Commit fdc360c

Browse files
committed
F
1 parent 4da8789 commit fdc360c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

circle.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ jobs:
1010
name: Update rustc
1111
command: |
1212
rustup target add wasm32-unknown-unknown --toolchain nightly
13+
rustup
1314
rustup component add rustfmt-preview
1415
rustup update
15-
rustup install nightly
16+
rustup install nightly-x86_64-unknown-linux-gnu
1617
- run:
1718
name: Check formatting
1819
command: |

0 commit comments

Comments
 (0)