Skip to content

Commit

Permalink
chore(deps): update build-emacs-for-macos to 0.6.25
Browse files Browse the repository at this point in the history
Relinking *.eln files has also been fixed, so there's no need to disable
that anymore.
  • Loading branch information
jimeh committed Nov 27, 2021
1 parent cad73f3 commit 9615ab2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
description: Git ref to checkout of build-emacs-for-macos
required: false
type: string
default: "v0.6.25"
default: "v0.6.26"
secrets:
TAP_REPO_TOKEN:
description: Personal Access Token for Homebrew Tap repo
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/nightly-emacs-28.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
os: macos-10.15
git_ref: emacs-28
git_sha: ${{ github.event.inputs.git_sha }}
build_args: --no-relink-eln-files
secrets:
APPLE_DEVELOPER_CERTIFICATE_P12_BASE64: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_P12_BASE64 }}
APPLE_DEVELOPER_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_PASSWORD }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/nightly-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
os: macos-10.15
git_ref: master
git_sha: ${{ github.event.inputs.git_sha }}
build_args: --no-relink-eln-files
secrets:
APPLE_DEVELOPER_CERTIFICATE_P12_BASE64: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_P12_BASE64 }}
APPLE_DEVELOPER_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_PASSWORD }}
Expand Down

0 comments on commit 9615ab2

Please sign in to comment.