Skip to content

Commit b1c32d0

Browse files
authored
Add brew tap step for mflowcode/local
1 parent 3d8293b commit b1c32d0

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/bottle.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,14 @@ jobs:
238238
echo "Bottles ready for upload:"
239239
ls -1 bottles/*.bottle.*
240240
241+
- name: Tap this checkout as mflowcode/local (so brew can find mflowcode/local/mfc)
242+
shell: bash
243+
run: |
244+
set -euo pipefail
245+
brew tap mflowcode/local "${GITHUB_WORKSPACE}" --force-auto-update || true
246+
brew tap --list | grep -q '^mflowcode/local$'
247+
brew info mflowcode/local/mfc
248+
241249
- name: Merge bottle metadata into formula
242250
id: merge
243251
run: |

0 commit comments

Comments
 (0)