mirror of
https://github.com/ksherlock/ensoniq-buddy.git
synced 2025-01-30 15:32:30 +00:00
Update makefile.yml
macOS doesn't use apt...
This commit is contained in:
parent
496b86cbba
commit
ad7c2da87a
2
.github/workflows/makefile.yml
vendored
2
.github/workflows/makefile.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Install dependencies
|
||||
run: sudo apt-get update && sudo apt-get install esbuild
|
||||
run: brew update && brew install esbuild
|
||||
|
||||
- name: Clean
|
||||
run: make clean
|
||||
|
Loading…
x
Reference in New Issue
Block a user