Merge pull request #2268 from sylvestre/windows-ci

Workaround the Windows CI install issue.
This commit is contained in:
Sylvestre Ledru
2021-05-23 13:40:59 +02:00
committed by GitHub
+4
View File
@@ -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 }}