From 6deb90a203ebfade10bb2564d04a292ddf213b06 Mon Sep 17 00:00:00 2001 From: Brendan Hansknecht Date: Tue, 13 Oct 2020 19:43:25 -0700 Subject: [PATCH] Rename Install LLVM stage --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e48a6715af..b222892818 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - name: Verify compiler/builtin/bitcode/regenerate.sh was run if necessary run: pushd compiler/builtins/bitcode && ./regenerate.sh && git diff --exit-code ../../gen/src/llvm/builtins.bc && popd - - name: Install LLVM + - name: Install CI Libraries run: sudo ./ci/install-ci-libraries.sh 10 - name: Enable LLD