Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.

Commit ec8f1e7

Browse files
authored
Merge pull request #47 from MemerGamer/app-fixes
App fixes
2 parents 37f6a3b + 5cbd76a commit ec8f1e7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/documentation.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-python@v3
1414

15+
- name: Install system dependencies
16+
run: |
17+
sudo apt-get update
18+
sudo apt-get install -y libegl1-mesa
19+
1520
- name: Install dependencies
1621
run: |
1722
pip install sphinx furo myst_parser

0 commit comments

Comments
 (0)