Skip to content

Commit

Permalink
test.yml: update brew install instructions for firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
glacambre committed May 12, 2024
1 parent e404573 commit fc72687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Install Firefox Dev Edition (MacOS)
if: matrix.browser == 'firefox' && matrix.os == 'macos'
run: |
brew install --cask homebrew/cask-versions/firefox-developer-edition
brew install --cask firefox@developer-edition
echo "/Applications/Firefox Developer Edition.app/Contents/MacOS/" >> $GITHUB_PATH
- name: Install Firefox Dev Edition (Windows)
if: matrix.browser == 'firefox' && matrix.os == 'windows'
Expand Down

0 comments on commit fc72687

Please sign in to comment.