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