remove old comment

This commit is contained in:
Sylvestre Ledru
2022-03-08 22:57:32 +01:00
parent f896834c77
commit e3649e33c5
-4
View File
@@ -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 }}