chore(release): enable full native-compilation AoT

This commit is contained in:
2021-05-07 09:15:14 +01:00
parent 272a3000a1
commit 14a8d1aaaf

View File

@@ -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: >-