Skip to content

Commit

Permalink
Derp.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasnoble authored Dec 24, 2023
1 parent 7d2368a commit 476977c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/cache@v2
with:
path: ~/Library/Caches/Homebrew
key: brew-${{ hashFiles('.github/brew-formulae') }}
key: brew-${{ hashFiles('.github/scripts/install-brew-dependencies.sh') }}
restore-keys: brew-
- name: Install dependencies
run: ./.github/scripts/install-brew-dependencies.sh
Expand Down

0 comments on commit 476977c

Please sign in to comment.