Use apt update before apt install in test workflow on Github

This commit is contained in:
Debanjum Singh Solanky
2023-01-11 16:51:16 -03:00
parent 1c813a6884
commit 123b077c68

View File

@@ -34,7 +34,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt install libegl1 -y
sudo apt update && sudo apt install -y libegl1
python -m pip install --upgrade pip
pip install pytest