Skip to content

Commit

Permalink
ci: update setup firefox step due to change in file format
Browse files Browse the repository at this point in the history
  • Loading branch information
epetrow committed Feb 5, 2025
1 parent 5eefaa4 commit 532fdb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_create-screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Firefox
run: |
sudo wget -O /tmp/firefox.tar.bz2 "https://download.mozilla.org/?product=firefox-latest&os=linux64&lang=en-US"
sudo tar xjf /tmp/firefox.tar.bz2 -C /opt
sudo tar xJf /tmp/firefox.tar.bz2 -C /opt
sudo ln -s /opt/firefox/firefox /usr/local/bin/firefox
- name: Print Firefox version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_render-test-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Setup Firefox
run: |
sudo wget -O /tmp/firefox.tar.bz2 "https://download.mozilla.org/?product=firefox-latest&os=linux64&lang=en-US"
sudo tar xjf /tmp/firefox.tar.bz2 -C /opt
sudo tar xJf /tmp/firefox.tar.bz2 -C /opt
sudo ln -s /opt/firefox/firefox /usr/local/bin/firefox
- name: Print Firefox version
Expand Down

0 comments on commit 532fdb5

Please sign in to comment.