Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Romanelaf committed Jun 13, 2024
1 parent 2647099 commit 89a5514
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 89a5514

Please sign in to comment.