From ad7c2da87a6c97c650d85a704890db7cfcd20810 Mon Sep 17 00:00:00 2001 From: ksherlock Date: Sun, 17 Oct 2021 11:21:52 -0400 Subject: [PATCH] Update makefile.yml macOS doesn't use apt... --- .github/workflows/makefile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 152c6c5..c12d7b7 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -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