mirror of
https://github.com/jimeh/build-emacs-for-macos.git
synced 2026-02-19 11:56:40 +00:00
chore(release): enable full native-compilation AoT
This commit is contained in:
2
.github/workflows/build-and-release.yml
vendored
2
.github/workflows/build-and-release.yml
vendored
@@ -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: >-
|
||||
|
||||
Reference in New Issue
Block a user