Skip to content

Commit

Permalink
sudo... don't make me a sandwich
Browse files Browse the repository at this point in the history
  • Loading branch information
markspolakovs committed Jan 3, 2024
1 parent bf3e271 commit db2e16b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-liquidsoap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
run: |
opam pin -y --no-action liquidsoap ${{ matrix.liquidsoap-version }}
sudo apt update -y
sudo opam depext -y ffmpeg opus bjack cry fdkaac gstreamer lame samplerate taglib ssl vorbis liquidsoap
sudo apt autoremove -y
opam depext -y ffmpeg opus bjack cry fdkaac gstreamer lame samplerate taglib ssl vorbis liquidsoap
opam install -y ffmpeg opus bjack cry fdkaac gstreamer lame samplerate taglib ssl vorbis liquidsoap
- name: Set up config files
run: |
Expand Down

0 comments on commit db2e16b

Please sign in to comment.