Skip to content

Commit

Permalink
Don't mkdir and ln
Browse files Browse the repository at this point in the history
  • Loading branch information
kbayliss committed Nov 20, 2024
1 parent 33be46b commit 2451acc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
uses: Homebrew/actions/setup-homebrew@master
- name: Add our custom tap
run: |
mkdir -p "$(brew --repository)/Library/Taps/$GITHUB_REPOSITORY"
ln -s "$(pwd)" "$(brew --repository)/Library/Taps/$GITHUB_REPOSITORY"
- name: Install ${{ matrix.formula }}
run: brew install $GITHUB_REPOSITORY/${{ matrix.formula }}
Expand Down

0 comments on commit 2451acc

Please sign in to comment.