We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c43cdeb commit aa60fcaCopy full SHA for aa60fca
.github/workflows/test-formula.yml
@@ -26,7 +26,9 @@ jobs:
26
echo /home/linuxbrew/.linuxbrew/bin >> $GITHUB_PATH
27
28
- name: Install Dashlane CLI from rb file
29
- run: brew install --build-from-source Formula/dashlane-cli.rb
+ run: |
30
+ brew tap dashlane/tap
31
+ brew install --build-from-source Formula/dashlane-cli.rb
32
33
- name: Run brew tests
34
run: brew test Formula/dashlane-cli.rb
0 commit comments