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: |