From cf0c1d0d071ba981ad57b522e76ed5de06f088b1 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 22 May 2021 21:11:14 +0100 Subject: [PATCH] chore(deps): update build-emacs-for-macos to 0.4.14 Adds a "emacs" CLI launcher script next to the "emacsclient" executable in Emacs.app/Contents/MacOS/bin. --- .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 db79ce2..508c4e2 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.13" + ref: "0.4.14" path: builder - uses: ruby/setup-ruby@v1 with: