mirror of
https://github.com/kou029w/hasura-rest-hands-on.git
synced 2025-01-18 16:08:14 +00:00
use Homebrew/actions/setup-homebrew@master
This commit is contained in:
parent
8798094db9
commit
9570694cf7
1 changed files with 1 additions and 0 deletions
1
.github/workflows/github-pages.yml
vendored
1
.github/workflows/github-pages.yml
vendored
|
@ -16,6 +16,7 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with: { node-version: lts/*, cache: yarn }
|
with: { node-version: lts/*, cache: yarn }
|
||||||
|
- uses: Homebrew/actions/setup-homebrew@master
|
||||||
- id: brew_cache
|
- id: brew_cache
|
||||||
run: echo "::set-output name=dir::$(brew --cache)"
|
run: echo "::set-output name=dir::$(brew --cache)"
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
|
|
Loading…
Add table
Reference in a new issue