Skip to content

Commit

Permalink
fix cp error
Browse files Browse the repository at this point in the history
  • Loading branch information
buty4649 committed Sep 30, 2023
1 parent 3fdcb14 commit b6c8c8b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,7 @@ jobs:
uses: Homebrew/actions/setup-homebrew@master

- name: Test formula
shell: bash
run: |
mkdir -p $(brew --repo)/Library/Taps/buty4649/homebrew-tap
cp -Rp . $(brew --repo)/Library/Taps/buty4649/homebrew-tap
brew install buty4649/homebrew-tap/rf
run: brew install buty4649/homebrew-tap/rf

- name: Test rf
run: rf --version

0 comments on commit b6c8c8b

Please sign in to comment.