From e3649e33c51bed00121ae24afa783e3c59f23083 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 7 Mar 2022 21:43:42 +0100 Subject: [PATCH] remove old comment --- .github/workflows/CICD.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 2c4a428eb..f9273f6c9 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -631,10 +631,6 @@ jobs: esac - name: rust toolchain ~ install uses: actions-rs/toolchain@v1 - # env: - # # Override auto-detection of RAM for Rustc install. - # # https://github.com/rust-lang/rustup/issues/2229#issuecomment-585855925 - # RUSTUP_UNPACK_RAM: "21474836480" with: toolchain: ${{ env.RUST_MIN_SRV }} target: ${{ matrix.job.target }}