Skip to content

Commit

Permalink
ci: disable homebrew cache for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Feb 21, 2024
1 parent 84cba0c commit 031a672
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,6 @@ jobs:
key: ${{ runner.os }}-dotfiles-brew
restore-keys: |
${{ runner.os }}-dotfiles-brew-
- name: Cache Homebrew directory (MacOS)
if: runner.os == 'macOS'
uses: actions/cache@v2
with:
path: /Users/runner/Library/Caches/Homebrew
key: ${{ runner.os }}-dotfiles-brew
restore-keys: |
${{ runner.os }}-dotfiles-brew-
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: tsirysndr/setup-envhub@v1
Expand Down

0 comments on commit 031a672

Please sign in to comment.