From b94cb495aef5450a50c076b58a29065388d646af Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 7 Jun 2021 23:45:49 +0100 Subject: [PATCH] chore(deps): update build-emacs-for-macos to 0.4.16 - fix(compiling): improve portability of builds - fix(native_comp): crash on launch when gcc homebrew package was not installed --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 739c972..92a6dfe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v2 with: repository: jimeh/build-emacs-for-macos - ref: "0.4.15" + ref: "0.4.16" path: builder - uses: ruby/setup-ruby@v1 with: