Skip to content

Commit

Permalink
Attempt to fix ubuntu22 dependency bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtj committed Jan 14, 2023
1 parent 0485344 commit 4786294
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,11 @@ jobs:
python-version: "3.7"
- name: Install dependencies
run: |
sudo apt-get update -y && \
sudo apt-get install -y libgirepository1.0-dev libgstreamer1.0-dev libgstrtspserver-1.0-dev
sudo apt-get update -y
sudo apt install -y libunwind-dev
sudo apt-get install -y --no-install-recommends libgirepository1.0-dev libgstreamer1.0-dev libgstrtspserver-1.0-dev
python -m pip install --upgrade pip
python -m pip install opencv-python boto3 PyGObject python-dotenv
python -m pip install opencv-python boto3 PyGObject python-dotenv
python -m pip install sphinx sphinx-rtd-theme m2r2
- name: Generate documentation with Sphinx
working-directory: ./docs
Expand Down

0 comments on commit 4786294

Please sign in to comment.