mirror of
https://github.com/ksherlock/ensoniq-buddy.git
synced 2025-01-17 23:30:45 +00:00
Update makefile.yml
add yarn dependency.
This commit is contained in:
parent
ad7c2da87a
commit
075b578cc8
5
.github/workflows/makefile.yml
vendored
5
.github/workflows/makefile.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user