Skip to content

Commit

Permalink
[ci-precompile] remove ffmpeg in x86_64-linux-musl
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-xu committed Nov 24, 2022
1 parent 668532d commit 9e3e27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-precompile-musl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install system dependencies
run: |
apk add cmake make python3 bash curl unzip gcc g++ ncurses-dev openssl-dev linux-headers perl git ffmpeg ffmpeg-dev dpkg patch
apk add cmake make python3 bash curl unzip gcc g++ ncurses-dev openssl-dev linux-headers perl git dpkg patch
curl -fSL "https://repo.uwucocoa.moe/pool/main/erlang_${OTP_VERSION}_musl-linux-amd64.deb" -o "erlang_${OTP_VERSION}_musl-linux-amd64.deb"
dpkg -i "erlang_${OTP_VERSION}_musl-linux-amd64.deb"
Expand Down

0 comments on commit 9e3e27e

Please sign in to comment.