Skip to content

Commit

Permalink
実験
Browse files Browse the repository at this point in the history
  • Loading branch information
na2na-p committed Nov 22, 2023
1 parent ed88ce2 commit 95856e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ jobs:
- name: Setup asdf
uses: asdf-vm/actions/[email protected]
continue-on-error: true
- name: install ffmpeg dependencies
run: |
sudo apt-get update
sudo apt-get install -y autoconf automake build-essential libass-dev libfreetype6-dev \
libgnutls28-dev libsdl2-dev libtool libva-dev libvdpau-dev libvorbis-dev libxcb1-dev \
libxcb-shm0-dev libxcb-xfixes0-dev pkg-config texinfo wget zlib1g-dev
- name: asdf install
uses: asdf-vm/actions/[email protected]
- name: Install dependencies
Expand Down

0 comments on commit 95856e7

Please sign in to comment.