mirror of
https://github.com/ppy/osu.git
synced 2025-01-23 23:32:54 +08:00
Merge pull request #18375 from jai-x/remove-libavformat-linux-ci
Remove redundant installation of `libavformat` in Linux CI runs
This commit is contained in:
commit
c2423080b6
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -78,15 +78,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dotnet-version: "6.0.x"
|
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
|
- name: Compile
|
||||||
run: dotnet build -c Debug -warnaserror osu.Desktop.slnf
|
run: dotnet build -c Debug -warnaserror osu.Desktop.slnf
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user