Skip to content

Commit

Permalink
Add firefox install step to CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdotdesign committed Apr 28, 2024
1 parent 8f424d9 commit 425d223
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- name: Setup Firefox
uses: browser-actions/[email protected]

- name: Install Crystal
uses: crystal-lang/install-crystal@v1
with:
Expand Down

0 comments on commit 425d223

Please sign in to comment.