minus why
Some checks failed
Execute / build (3.12) (push) Failing after 41s
Pylint / build (3.12) (push) Successful in 13s

This commit is contained in:
Greg Gauthier 2024-07-23 18:58:48 +01:00
parent d23296309d
commit be9aa45e18

View File

@ -35,7 +35,7 @@ jobs:
sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/edge stable main" > /etc/apt/sources.list.d/microsoft-edge-dev.list'
sudo rm microsoft.gpg
apt update
apt install microsoft-edge-stable
apt install -y microsoft-edge-stable
- name: EdgeDriver for Windows
if: runner.os == 'Windows'