Update makefile.yml

add yarn dependency.
This commit is contained in:
ksherlock 2021-10-17 11:34:03 -04:00 committed by GitHub
parent ad7c2da87a
commit 075b578cc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -14,7 +14,10 @@ jobs:
- uses: actions/checkout@v2
- name: Install dependencies
run: brew update && brew install esbuild
run: brew update && brew install esbuild yarn
- name: Yarn
run: yarn install
- name: Clean
run: make clean