Skip to content

Commit

Permalink
chore: update rust ci (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
cs50victor authored Jan 18, 2024
1 parent 3353b38 commit 5730ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
enable-sccache: "true"

- name: Install binaries
run: sudo apt-get update && sudo apt-get install -y clang pkg-config libavfilter-dev libavdevice-dev libavcodec-dev libavformat-dev libavutil-dev
run: sudo apt-get update && sudo apt-get install -y clang

- name: Build
run: cargo build --release # --verbose
Expand Down

0 comments on commit 5730ee2

Please sign in to comment.