From b3fba4101281e6e05035691166f3efeb8b610bb5 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Fri, 20 Mar 2020 08:49:08 -0500 Subject: [PATCH] Run systeminfo to see how much RAM I get. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f17791b..f867f45 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,6 +23,7 @@ build windows: stage: build script: - choco install -y llvm rust-ms + - systeminfo - cargo build --release --target x86_64-pc-windows-msvc - move target windows artifacts: