From 89a551493025df9a3d1550f07752b3861f8351ac Mon Sep 17 00:00:00 2001 From: Romane Lafon Date: Thu, 13 Jun 2024 10:39:32 +0200 Subject: [PATCH] test --- .github/workflows/main.yml | 9 ++++++++- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6f676f8..d82031d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,7 +44,7 @@ jobs: - name: Install libs run: >- apt-get update && - apt-get install -y build-essential wget + apt-get install --no-install-recommends -y build-essential wget pkg-config libasound2-dev clang # export PKG_CONFIG_PATH=/usr/lib/pkgconfig:$PKG_CONFIG_PATH # sudo apt-get install libasound2-dev libavcodec-dev # libavformat-dev libavutil-dev libavdevice-dev libavfilter-dev @@ -60,6 +60,13 @@ jobs: # with: # version: "5.0" + # - name: ffrobe + # run: ffprobe + - name: lib local + run: ls /usr/local/lib + - name: lib + run: ls /usr/local/lib64 + - name: Install Rust uses: actions-rs/toolchain@v1 with: diff --git a/Cargo.toml b/Cargo.toml index e1cdad5..4db470b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ repository = "https://github.com/nomalab/stainless-ffmpeg" exclude = ["tests/"] [dependencies] -ffmpeg-sys-next = "5.0.1" +ffmpeg-sys-next = "=5.0.1" libc = "0.2.42" log = "^0.4" serde = "^1.0"