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