Skip to content

Commit

Permalink
use sudo for ffmpeg install
Browse files Browse the repository at this point in the history
  • Loading branch information
russelltg committed Jul 23, 2023
1 parent a0b0385 commit b5b52ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Install deps
run: apt-get update && apt-get install -y ffmpeg-dev
run: sudo apt-get update && sudo apt-get install -y ffmpeg-dev
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
Expand Down

0 comments on commit b5b52ad

Please sign in to comment.