abandon ffmpeg action and just install -dev libraries with apt
This commit is contained in:
@@ -14,13 +14,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: FedericoCarboni/setup-ffmpeg@v3
|
- name: Install prerequisite libraries
|
||||||
id: setup-ffmpeg
|
run: sudo apt install -y libavcodec-dev libavformat-dev libavutil-dev
|
||||||
with:
|
|
||||||
linking-type: static
|
|
||||||
# As of version 3 of this action, builds are no longer downloaded from GitHub
|
|
||||||
# except on Windows: https://github.com/GyanD/codexffmpeg/releases.
|
|
||||||
github-token: ${{ github.server_url == 'https://github.com' && github.token || '' }}
|
|
||||||
- name: Rust Cache
|
- name: Rust Cache
|
||||||
uses: Swatinem/rust-cache@v2.7.7
|
uses: Swatinem/rust-cache@v2.7.7
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user