1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 03:57:44 +00:00

remove old comment

This commit is contained in:
Sylvestre Ledru 2022-03-07 21:43:42 +01:00
parent f896834c77
commit e3649e33c5

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