Skip to content

Commit f73a9c6

Browse files
committed
chore(deps): update build-emacs-for-macos to 0.6.42
1 parent f1e9216 commit f73a9c6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/_build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,9 @@ jobs:
158158
path: ./
159159
- name: Build Emacs
160160
run: >-
161-
./builder/build-emacs-for-macos --plan build-plan.yml
161+
./builder/build-emacs-for-macos
162+
--log-level debug
163+
--plan build-plan.yml
162164
--native-full-aot
163165
${{ inputs.build_args }}
164166
env:

.github/workflows/_prepare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
description: Git ref to checkout of build-emacs-for-macos
88
required: false
99
type: string
10-
default: "v0.6.41"
10+
default: "v0.6.42"
1111
secrets:
1212
TAP_REPO_TOKEN:
1313
description: Personal Access Token for Homebrew Tap repo

0 commit comments

Comments
 (0)