Browse Source

Update rust_general.yml

AppFlowy.IO 3 years ago
parent
commit
e763525c58
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .github/workflows/rust_general.yml

+ 3 - 3
.github/workflows/rust_general.yml

@@ -31,9 +31,9 @@ jobs:
     steps:
       - uses: actions/checkout@v2
       - uses: actions-rs/toolchain@v1
-      with:
-        toolchain: nightly
-        override: true
+        with:
+          toolchain: nightly
+          override: true
       - run: rustup component add clippy
         working-directory: frontend/rust-lib
       - run: cargo clippy