mirror of
https://github.com/jimeh/homebrew-emacs-builds.git
synced 2026-02-19 12:06:40 +00:00
ci(github): attempt to fix update formulas workflow, again
This commit is contained in:
2
.github/workflows/update-formulas.yml
vendored
2
.github/workflows/update-formulas.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
path: tap
|
||||
- name: Symlink homebrew tap
|
||||
run: |
|
||||
mkdir -p '$(brew --repo)/Library/Taps/jimeh'
|
||||
mkdir -p "$(brew --repo)/Library/Taps/jimeh"
|
||||
ln -s "${{ github.workspace }}/tap" \
|
||||
"$(brew --repo)/Library/Taps/jimeh/homebrew-emacs-builds"
|
||||
- name: brew livecheck
|
||||
|
||||
Reference in New Issue
Block a user