File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414 fail-fast : false
1515 matrix :
1616 MATLABVersion : [R2023b,R2024a]
17- runs-on : ubuntu-latest
17+ runs-on : ubuntu-24.04
1818 steps :
1919 # Checks-out your repository
2020 - uses : actions/checkout@v3
2424 if : ${{ always() }}
2525 run : |
2626 sudo apt-get install xvfb
27- sudo apt-get install --no-install-recommends -y libgstreamer1.0-0 gstreamer1.0-tools gstreamer1.0-libav gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly
27+ # sudo apt-get install --no-install-recommends -y libgstreamer1.0-0 gstreamer1.0-tools gstreamer1.0-libav gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly
2828 sudo apt install gstreamer1.0-plugins-*
2929 Xvfb :99 &
3030 echo "DISPLAY=:99" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments