From 4ad753d279ab5264435616031aaede31d8221a72 Mon Sep 17 00:00:00 2001 From: collin <16715212+collinc97@users.noreply.github.com> Date: Wed, 5 Jul 2023 15:02:12 -0700 Subject: [PATCH] remove brew update command from ci --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) 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