From 31db23ac5e4639b6d0b287609dbf46a468660966 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Tue, 23 Jul 2024 19:13:55 +0100 Subject: [PATCH] one more try --- .gitea/workflows/execute.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/execute.yml b/.gitea/workflows/execute.yml index ae55fc3..791caf0 100644 --- a/.gitea/workflows/execute.yml +++ b/.gitea/workflows/execute.yml @@ -23,12 +23,12 @@ jobs: python -m pip install -r requirements.txt mkdir drivers - - name: Install Chrome and ChromeDrivers + - name: Prep the Debian repositories run: | - apt update - apt install chromium-browser - # wget https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.182/linux64/chrome-linux64.zip - # wget https://developer.chrome.com/docs/chromedriver/downloads#chromedriver_1140573590 + apt update -y + apt upgrade -y + apt install -y chromium-browser + apt install -y firefox - name: Install Edge and EdgeDriver for Linux if: runner.os == 'Linux'