Skip to content

fix(ci): use pre-installed firefox#40

Merged
acidghost merged 1 commit intomainfrom
fix/firefox-ci
Jul 12, 2025
Merged

fix(ci): use pre-installed firefox#40
acidghost merged 1 commit intomainfrom
fix/firefox-ci

Conversation

@acidghost
Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings July 12, 2025 16:31
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Update the CI workflow to remove manual installation of Firefox ESR and rely on the runner’s pre-installed browser.

  • Removed the brew install --cask firefox@esr command from the Setup build tools step.
  • Streamlines CI by using the GitHub-hosted runner’s pre-installed Firefox.
Comments suppressed due to low confidence (2)

.github/workflows/ci.yaml:68

  • [nitpick] Consider adding a comment above this step to explain that Firefox is now pre-installed on the GitHub Actions runner, so the manual installation was removed.
      - name: Setup build tools

.github/workflows/ci.yaml:70

  • [nitpick] You might add a quick version check (e.g., firefox --version) after this step to verify the pre-installed Firefox version meets your requirements.
          brew install just

@acidghost acidghost added bug Something isn't working ci labels Jul 12, 2025
@acidghost acidghost merged commit e30e0eb into main Jul 12, 2025
4 checks passed
@acidghost acidghost deleted the fix/firefox-ci branch July 12, 2025 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working ci

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants