mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
Merge pull request #2268 from sylvestre/windows-ci
Workaround the Windows CI install issue.
This commit is contained in:
commit
3dfc3c64de
1 changed files with 4 additions and 0 deletions
4
.github/workflows/CICD.yml
vendored
4
.github/workflows/CICD.yml
vendored
|
@ -363,6 +363,10 @@ jobs:
|
|||
mkdir -p '${{ steps.vars.outputs.STAGING }}/dpkg'
|
||||
- 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: ${{ steps.vars.outputs.TOOLCHAIN }}
|
||||
target: ${{ matrix.job.target }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue