diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index ece938f..0e6b476 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -16,6 +16,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: { node-version: lts/*, cache: yarn } + - uses: Homebrew/actions/setup-homebrew@master - id: brew_cache run: echo "::set-output name=dir::$(brew --cache)" - uses: actions/cache@v3