Skip to content

Commit

Permalink
Merge pull request #24 from palp1tate/main
Browse files Browse the repository at this point in the history
Update ci.yml
  • Loading branch information
palp1tate committed Sep 15, 2023
2 parents d6d94a1 + 83adf57 commit 446e41d
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,7 @@ jobs:
with:
go-version: 1.18

- uses: actions/checkout@v2

- name: Install dependencies
run: |
sudo apt-get -y install autoconf automake build-essential libass-dev libfreetype6-dev libsdl1.2-dev libtheora-dev libtool libva-dev libvdpau-dev libvorbis-dev libxcb1-dev libxcb-shm0-dev libxcb-xfixes0-dev pkg-config texi2html zlib1g-dev
sudo apt install -y libavdevice-dev libavfilter-dev libswscale-dev libavcodec-dev libavformat-dev libswresample-dev libavutil-dev
sudo apt-get install yasm
export FFMPEG_ROOT=$HOME/ffmpeg
export CGO_LDFLAGS="-L$FFMPEG_ROOT/lib/ -lavcodec -lavformat -lavutil -lswscale -lswresample -lavdevice -lavfilter"
export CGO_CFLAGS="-I$FFMPEG_ROOT/include"
export LD_LIBRARY_PATH=$HOME/ffmpeg/lib
- uses: actions/checkout@v2

semantic-release:
needs: [ test ]
Expand Down

0 comments on commit 446e41d

Please sign in to comment.