From 14a8d1aaaffd99e93d6ee7a2bfe7d8d1f59e9e15 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 7 May 2021 09:15:14 +0100 Subject: [PATCH] chore(release): enable full native-compilation AoT --- .github/workflows/build-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index efa0658..32f3d19 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -46,7 +46,7 @@ jobs: - name: Download and build Emacs if: steps.check.outcome == 'failure' run: >- - ./build-emacs-for-macos --plan-file=plan.yml + ./build-emacs-for-macos --plan-file=plan.yml --native-full-aot - name: Publish release if: steps.check.outcome == 'failure' run: >-