Explorar el Código

Update ci.yaml

fix ci.yaml format errors
Nathan.fooo hace 3 años
padre
commit
9434bff9c9
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .github/workflows/ci.yaml

+ 2 - 2
.github/workflows/ci.yaml

@@ -11,8 +11,8 @@ jobs:
       - name: Checkout
         uses: actions/checkout@v2
       - uses: actions-rs/toolchain@v1
-      with:
-        toolchain: stable
+        with:
+          toolchain: stable
       - name: Checkout Flutter
         uses: actions/checkout@v2
         with: