Update makefile.yml

macOS doesn't use apt...
This commit is contained in:
ksherlock 2021-10-17 11:21:52 -04:00 committed by GitHub
parent 496b86cbba
commit ad7c2da87a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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