We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6760a8a commit 0f4c673Copy full SHA for 0f4c673
.github/workflows/accessibility_scan.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Install Firefox and GeckoDriver
54
run: |
55
sudo apt-get update
56
- sudo apt-get install -y firefox-esr wget xvfb dbus-x11 openbox
+ sudo apt-get install -y firefox wget xvfb dbus-x11 openbox
57
sudo rm -rf /var/lib/apt/lists/*
58
# Use a more recent GeckoDriver version
59
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