Skip to content

Commit

Permalink
fix: try adding dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
unRARed committed Nov 27, 2024
1 parent 9a67f47 commit e5663bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
libavformat-dev libavcodec-dev libjpeg-dev libtiff5-dev \
libx11-dev libmtdev-dev build-essential libgl1-mesa-dev \
libgles2-mesa-dev pulseaudio lsb-release \
libgl1-mesa-dri libavfilter-dev libavdevice-dev -y
libgl1-mesa-dri libavfilter-dev libavdevice-dev libunwind-dev -y
- name: Install app dependencies
run: |
pip install --upgrade \
Expand Down

0 comments on commit e5663bc

Please sign in to comment.