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

Commit 5cbd76a

Browse files
committed
fix(ci/cd)!: working on ci/cd system dependency fix
1 parent 23f24fd commit 5cbd76a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
- uses: actions/setup-python@v3
1414

1515
- name: Install system dependencies
16-
run: sudo apt-get install -y libegl1-mesa
16+
run: |
17+
sudo apt-get update
18+
sudo apt-get install -y libegl1-mesa
1719
1820
- name: Install dependencies
1921
run: |

0 commit comments

Comments
 (0)