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 }}