Skip to content

Commit

Permalink
ci: Force firefox install from ppa
Browse files Browse the repository at this point in the history
  • Loading branch information
kumy committed Feb 20, 2024
1 parent 651f3f8 commit 49a2e95
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/robot-framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,6 @@ jobs:

- name: Install Firefox
run: |
if command -v firefox; then
echo "Already available. Skip install…"
exit 0
fi
sudo tee -a "/etc/apt/preferences.d/mozilla-firefox" > /dev/null << EOF
Package: *
Pin: release o=LP-PPA-mozillateam
Expand Down

0 comments on commit 49a2e95

Please sign in to comment.