Skip to content

Commit

Permalink
Merge pull request #290 from kshyk/fix/firefox-decompress-issue
Browse files Browse the repository at this point in the history
Fix extraction command for Firefox installation in main.yml
  • Loading branch information
kshyk authored Mar 4, 2025
2 parents eb22286 + 680b086 commit e001a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
if: matrix.browser == 'firefox'
run: |
wget -qO ~/Firefox.tar.bz2 "https://download.mozilla.org/?product=firefox-latest&os=linux64"
sudo tar xjf ~/Firefox.tar.bz2 -C /opt/
sudo tar xvf ~/Firefox.tar.bz2 -C /opt/
sudo ln -svf /opt/firefox/firefox /usr/bin/
- name: Install dependencies
Expand Down

0 comments on commit e001a9b

Please sign in to comment.