From 1fee4dfb4ff5aae5b09f155c4900f2969dcab7d1 Mon Sep 17 00:00:00 2001 From: xtqqczze <45661989+xtqqczze@users.noreply.github.com> Date: Sat, 24 Jan 2026 03:52:40 +0000 Subject: [PATCH] ci: add step to disable Spotlight indexing on macOS --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6cf0e9f02f..6d60a05ae7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -209,6 +209,9 @@ jobs: norun: true steps: + - name: Disable Spotlight indexing + if: runner.os == 'macOS' + run : sudo mdutil -a -i off & - uses: actions/checkout@v4 - name: Install Rust run: |