Skip to content

Commit

Permalink
Remove redundant installation of libavformat in Linux CI runs
Browse files Browse the repository at this point in the history
Linux `libavformat` native libraries are now packaged with framework.
  • Loading branch information
jai-x committed May 23, 2022
1 parent 7d93778 commit e990a24
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,6 @@ jobs:
with:
dotnet-version: "6.0.x"

# FIXME: libavformat is not included in Ubuntu. Let's fix that.
# https://github.com/ppy/osu-framework/issues/4349
# Remove this once https://github.com/actions/virtual-environments/issues/3306 has been resolved.
- name: Install libavformat-dev
if: ${{matrix.os.fullname == 'ubuntu-latest'}}
run: |
sudo apt-get update && \
sudo apt-get -y install libavformat-dev
- name: Compile
run: dotnet build -c Debug -warnaserror osu.Desktop.slnf

Expand Down

0 comments on commit e990a24

Please sign in to comment.