diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9d1dcfe..ab3e1935 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,12 +56,12 @@ jobs: with: path: valida - - name: Install nightly toolchain - uses: actions-rs/toolchain@v1 - with: - profile: minimal - toolchain: nightly - components: rustfmt, clippy +# - name: Install nightly toolchain +# uses: actions-rs/toolchain@v1 +# with: +# profile: minimal +# toolchain: nightly +# components: rustfmt, clippy # - name: Format # working-directory: valida