Skip to content

Commit

Permalink
snap
Browse files Browse the repository at this point in the history
  • Loading branch information
shakfu committed May 23, 2024
1 parent 121fcc9 commit 6697fb5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ck_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,11 @@ jobs:

- name: install macOS dependencies
if: startsWith(inputs.platform, 'macos')
run: brew install bison flex autogen automake flac libogg libvorbis opus mpg123 lame \
rubberband libsamplerate
run: brew install bison flex autogen automake flac libogg libvorbis opus mpg123 lame rubberband libsamplerate

- name: install Linux dependencies
if: startsWith(inputs.platform, 'ubuntu')
run: sudo apt update && sudo apt upgrade && sudo apt install bison flex libsndfile1-dev \
libasound2-dev libpulse-dev libjack-jackd2-dev libmp3lame-dev libresample1-dev \
librubberband-dev
run: sudo apt update && sudo apt upgrade && sudo apt install bison flex libsndfile1-dev libasound2-dev libpulse-dev libjack-jackd2-dev libmp3lame-dev libresample1-dev librubberband-dev

- name: build external
run: make ${{ inputs.variant }}
Expand Down

0 comments on commit 6697fb5

Please sign in to comment.