Skip to content

Commit

Permalink
Install firefox manually on macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
cheehongw committed Apr 27, 2024
1 parent bff197c commit 53d8be0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ jobs:
matrix:
node-version: [16.x]
steps:
- uses: browser-actions/setup-firefox@v1
- run: firefox --version
# Install Firefox on macOS-arm64 since it is not included in the runner as of 27 Apr 2024
- name: Install firefox
run: brew install --cask firefox
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
Expand Down

0 comments on commit 53d8be0

Please sign in to comment.