Skip to content

Commit

Permalink
remove brew update command from ci (#2445)
Browse files Browse the repository at this point in the history
  • Loading branch information
collinc97 authored Jul 5, 2023
1 parent c0b2778 commit fd162a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
- name: Install sccache Macos
if: matrix.os == 'macos-latest'
run: |
brew update
brew install sccache
- name: Install Rust Stable
Expand Down Expand Up @@ -110,7 +109,6 @@ jobs:

- name: Install sccache
run: |
brew update
brew install sccache
- name: Install Rust
Expand Down

0 comments on commit fd162a4

Please sign in to comment.