From ec743574a8986880dce6adc274dc5c8d4110922d Mon Sep 17 00:00:00 2001 From: Daniel Lubarov Date: Wed, 10 Jan 2024 13:07:55 -0800 Subject: [PATCH] Debugging --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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