Skip to content

Commit

Permalink
Merge pull request #23 from mutablelogic/ffmpeg61
Browse files Browse the repository at this point in the history
fixed sudo
  • Loading branch information
djthorpe authored Jun 23, 2024
2 parents 9e9dcd3 + 3bf2c27 commit ad9b25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_pull_request_merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
go-version: ${{ matrix.go-version }}
- name: Run tests
run: |
apt install -y libavcodec-dev libavdevice-dev libavfilter-dev libavutil-dev libswscale-dev libswresample-dev libchromaprint-dev
sudo apt install -y libavcodec-dev libavdevice-dev libavfilter-dev libavutil-dev libswscale-dev libswresample-dev libchromaprint-dev
make test

0 comments on commit ad9b25a

Please sign in to comment.