Skip to content

Commit aa60fca

Browse files
chore: update actions to tap before attempting to install
1 parent c43cdeb commit aa60fca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-formula.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
echo /home/linuxbrew/.linuxbrew/bin >> $GITHUB_PATH
2727
2828
- name: Install Dashlane CLI from rb file
29-
run: brew install --build-from-source Formula/dashlane-cli.rb
29+
run: |
30+
brew tap dashlane/tap
31+
brew install --build-from-source Formula/dashlane-cli.rb
3032
3133
- name: Run brew tests
3234
run: brew test Formula/dashlane-cli.rb

0 commit comments

Comments
 (0)