diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6455810d77..ad5d899425 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,6 @@ jobs: - name: Install sccache Macos if: matrix.os == 'macos-latest' run: | - brew update brew install sccache - name: Install Rust Stable @@ -110,7 +109,6 @@ jobs: - name: Install sccache run: | - brew update brew install sccache - name: Install Rust