Skip to content

Commit

Permalink
Try fix ubuntu FFmpeg6 CICD issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Jul 4, 2023
1 parent b9f3323 commit 28b093d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,10 @@ jobs:
dotnet build -c Release
- name: Install FFmpeg - linux
run: |
sudo apt update
sudo apt install software-properties-common -y
sudo add-apt-repository ppa:savoury1/ffmpeg4 -y
sudo add-apt-repository ppa:savoury1/ffmpeg5 -y
sudo add-apt-repository ppa:savoury1/ffmpeg6 -y
sudo add-apt-repository ppa:ubuntuhandbook1/ffmpeg6 -y
sudo apt update
sudo apt install ffmpeg -y
ffmpeg --version
- name: Test
run: |
dotnet test -c Release
Expand Down

0 comments on commit 28b093d

Please sign in to comment.