From 4e22cf33ee98ce86b559599a41096313395c330f Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 17 May 2021 23:17:21 +0100 Subject: [PATCH] chore(deps): update build-emacs-for-macos to 0.4.12 This fixes the issues with SVG rendering, and re-enables librsvg support, meaning builds can render SVG images finally. --- .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 8c60bf2..14bf18c 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.11" + ref: "0.4.12" path: builder - uses: ruby/setup-ruby@v1 with: