Attempt to fix chromedriver not running

This commit is contained in:
2025-11-16 09:35:06 +01:00
parent eec97a82ee
commit b37f837556

View File

@@ -22,6 +22,7 @@ jobs:
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y chromium-browser chromium-chromedriver sudo apt-get install -y chromium-browser chromium-chromedriver
sudo ln -s /usr/bin/chromium-browser /usr/bin/google-chrome
# Verify the installation # Verify the installation
- name: Verify Chromium and ChromeDriver - name: Verify Chromium and ChromeDriver