add apt update

This commit is contained in:
2023-01-30 10:49:48 -06:00
parent dfe8508de9
commit 891838edf8

View File

@ -33,7 +33,7 @@ commands:
- run: - run:
name: Install Browser dependencies name: Install Browser dependencies
command: | command: |
sudo apt install -y libnss sudo apt update
sudo apt install -y libnss3-dev libgdk-pixbuf2.0-dev libgtk-3-dev libxss-dev sudo apt install -y libnss3-dev libgdk-pixbuf2.0-dev libgtk-3-dev libxss-dev
- run: - run:
name: Download Selenium name: Download Selenium