From 50b24a59a5ccc8bd8fee4e0f7be4a720e79c98f3 Mon Sep 17 00:00:00 2001 From: Stadnik Andrii Date: Tue, 19 Sep 2023 15:52:57 +0300 Subject: [PATCH] Remove cargo bloat --- .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 566fa06a..488e9a1e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -24,12 +24,12 @@ jobs: if: github.base_ref == 'main' run: curl -L "docs.google.com/spreadsheets/d/${{ secrets['SHEET_ID_${github.base_ref}'] }}/gviz/tq?tqx=out:csv&sheet=Ukrainian" -o table.csv - - uses: baptiste0928/cargo-install@v2 - with: - crate: cargo-bloat - - run: cd bot && cargo bloat - env: - SHEET_ID: ${{ secrets['SHEET_ID_${github.base_ref}'] }} + # - uses: baptiste0928/cargo-install@v2 + # with: + # crate: cargo-bloat + # - run: cd bot && cargo bloat + # env: + # SHEET_ID: ${{ secrets['SHEET_ID_${github.base_ref}'] }} - name: Test and build release if: github.base_ref == 'main'