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