Skip to content

Commit 0f4c673

Browse files
committed
Move back to firefox instead of firefox-esr.
1 parent 6760a8a commit 0f4c673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/accessibility_scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Install Firefox and GeckoDriver
5454
run: |
5555
sudo apt-get update
56-
sudo apt-get install -y firefox-esr wget xvfb dbus-x11 openbox
56+
sudo apt-get install -y firefox wget xvfb dbus-x11 openbox
5757
sudo rm -rf /var/lib/apt/lists/*
5858
# Use a more recent GeckoDriver version
5959
wget -O /tmp/geckodriver.tar.gz https://github.com/mozilla/geckodriver/releases/download/v0.34.0/geckodriver-v0.34.0-linux64.tar.gz

0 commit comments

Comments
 (0)