Skip to content

Commit

Permalink
FIX: Ver
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jun 24, 2024
1 parent 7b69afd commit 7e9114d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
with:
qt: true
pyvista: false
- run: sudo apt install -q libavutil56 libavcodec58 libavformat58 libswscale5 libglu1-mesa gstreamer1.0-alsa gstreamer1.0-libav python3-gst-1.0
# Use -dev here just to get whichever version is right (e.g., 22.04 has a different version from 24.04)
- run: sudo apt install -q libavutil-dev libavcodec-dev libavformat-dev libswscale5 libglu1-mesa gstreamer1.0-alsa gstreamer1.0-libav
if: ${{ startsWith(matrix.os, 'ubuntu') }}
- run: powershell tools/get_video.ps1
if: ${{ startsWith(matrix.os, 'windows') }}
Expand Down

0 comments on commit 7e9114d

Please sign in to comment.