chore(deps): update build-emacs-for-macos to 0.6.9

Fixes:

- native-comp: *.eln files were not being found during shared lib
  embedding
This commit is contained in:
2021-07-17 00:27:58 +01:00
parent 162f9ad529
commit 259b0ac92b

View File

@@ -40,7 +40,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: jimeh/build-emacs-for-macos
ref: "v0.6.9"
ref: "v0.6.10"
path: builder
- uses: actions/setup-go@v2
with:
@@ -96,7 +96,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: jimeh/build-emacs-for-macos
ref: "v0.6.9"
ref: "v0.6.10"
path: builder
- uses: ruby/setup-ruby@v1
with: