From dda0776c0da26e9cb2355435c71b2ae3be66d2fe Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Wed, 10 May 2023 18:33:45 +0530 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9533445c..5a58e290 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,12 +22,6 @@ jobs: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v3 -# - uses: actions-rs/toolchain@v1 -# with: -# profile: minimal -# toolchain: stable -# override: true -# components: rustfmt - name: Create blank versions of configured file run: echo -e "" >> src/config.rs - name: Run cargo fmt