about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/tools/miri/.github/workflows/ci.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tools/miri/.github/workflows/ci.yml b/src/tools/miri/.github/workflows/ci.yml
index 462c921d722..f4ad966236c 100644
--- a/src/tools/miri/.github/workflows/ci.yml
+++ b/src/tools/miri/.github/workflows/ci.yml
@@ -12,9 +12,6 @@ on:
   schedule:
     - cron: '11 5 * * *' # At 5:11 UTC every day.
 
-env:
-  CARGO_UNSTABLE_SPARSE_REGISTRY: 'true'
-
 defaults:
   run:
     shell: bash