From 6653121a6f56927d9917c871f130e2d163490425 Mon Sep 17 00:00:00 2001 From: Lucas Date: Wed, 10 Jul 2024 19:05:40 -0300 Subject: [PATCH] Adjust ci script --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9678373a04fd..d8235fbe20ee7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,6 +46,7 @@ jobs: SCCACHE_BUCKET: cached-ci-artifacts SCCACHE_REGION: us-east-2 SCCACHE_S3_NO_CREDENTIALS: 1 + NO_DOWNLOAD_CI_LLVM: 1 TOOLSTATE_REPO: "https://github.com/rust-lang-nursery/rust-toolstate" CACHE_DOMAIN: cached-ci-artifacts.s3.us-east-2.amazonaws.com if: "github.event_name == 'pull_request'"