Skip to content

Commit

Permalink
Make sccache installation a bit faster on macOS (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajivshah3 committed Aug 31, 2021
1 parent 0974493 commit 56167c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Install sccache (macos-latest)
if: matrix.os == 'macos-latest'
run: |
brew update
brew update --preinstall
brew install sccache
- name: Install sccache (windows-latest)
Expand Down

0 comments on commit 56167c3

Please sign in to comment.