diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 259f7397d9..7e804eb136 100644 --- a/.github/workflows/ci.yaml +++ b/.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: