📎 Fix symlink to local Taps dir

This commit is contained in:
Ben Chatelain 2024-10-20 11:53:37 -06:00
parent 56a7d952c7
commit 2bcbc2770c
No known key found for this signature in database

View file

@ -160,7 +160,7 @@ jobs:
run: |
rm -rf /opt/homebrew/Library/Taps
mkdir Taps
ln -s Taps /opt/homebrew/Library/Taps
ln -s $(realpath Taps) /opt/homebrew/Library/Taps
ls -l /opt/homebrew/Library/Taps
brew tap mas-cli/tap
brew tap