From 3ff48e2601b25333de26c43b774495a2d84aae6b Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 17 Nov 2020 13:17:17 -0600 Subject: [PATCH] Quiet LLVM installation on release. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 99886c4..3685474 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v2 - uses: Swatinem/rust-cache@v1 - run: | - choco install -y llvm + choco install -qy llvm rustup update cargo build --all-features --release move target windows