Skip to content

Commit 1f88275

Browse files
author
Timothy MacDonald
committed
chore: update package in workflow
Signed-off-by: Timothy MacDonald <[email protected]>
1 parent 1c04119 commit 1f88275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
with:
1010
python-version: '3.8'
1111
cache: 'pip' # cache pip dependencies
12-
- run: sudo apt-get install libegl1-mesa
12+
- run: sudo apt-get install libglx-mesa0 libgl1
1313
- run: pip install -r requirements.txt
1414
- run: pip --version
1515
- run: python lw_report_gen.py --author Author --customer Customer

0 commit comments

Comments
 (0)