We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e9216 commit f73a9c6Copy full SHA for f73a9c6
.github/workflows/_build.yml
@@ -158,7 +158,9 @@ jobs:
158
path: ./
159
- name: Build Emacs
160
run: >-
161
- ./builder/build-emacs-for-macos --plan build-plan.yml
+ ./builder/build-emacs-for-macos
162
+ --log-level debug
163
+ --plan build-plan.yml
164
--native-full-aot
165
${{ inputs.build_args }}
166
env:
.github/workflows/_prepare.yml
@@ -7,7 +7,7 @@ on:
7
description: Git ref to checkout of build-emacs-for-macos
8
required: false
9
type: string
10
- default: "v0.6.41"
+ default: "v0.6.42"
11
secrets:
12
TAP_REPO_TOKEN:
13
description: Personal Access Token for Homebrew Tap repo
0 commit comments