Skip to content

Commit

Permalink
reorder ffmpeg install
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Jan 3, 2024
1 parent fb53257 commit f9b1ab4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,21 +102,21 @@ jobs:
- name: install and ninja
run: |
sudo apt-get update && sudo apt-get install -y ninja-build
- name: install sound libs
if: ${{ runner.os == 'Linux' }}
run: |
sudo apt-get install -y libgd-dev libopus-dev libz-dev libssl-dev \
libavformat-dev libavcodec-dev libswscale-dev libflac-dev liblmdb-dev \
libswresample-dev
- name: install ffmpeg6
if: ${{ runner.os == 'Linux' }}
run: |
sudo add-apt-repository ppa:ubuntuhandbook1/ffmpeg6
sudo apt-get update
sudo apt-get install -y ffmpeg
- name: install libs
if: ${{ runner.os == 'Linux' }}
run: |
sudo apt-get install -y libgd-dev libopus-dev libz-dev libssl-dev \
libavformat-dev libavcodec-dev libswscale-dev libflac-dev liblmdb-dev \
libswresample-dev
- uses: actions/cache@v3
with:
path: third_party
Expand Down

0 comments on commit f9b1ab4

Please sign in to comment.