Skip to content

Commit

Permalink
Revert "Add Pipewire driver to Linux CI build"
Browse files Browse the repository at this point in the history
This reverts commit 30e80ab. Pipewire
is not yet available on Ubuntu 20.*
  • Loading branch information
derselbst committed Dec 11, 2021
1 parent 776b451 commit 0d92eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: sudo apt-get update -y

- name: Install Dependencies
run: sudo -E apt-get -yq --no-install-suggests --no-install-recommends install cmake-data cmake libglib2.0-0 libsndfile-dev libasound2-dev libjack-dev portaudio19-dev libsdl2-dev libpulse-dev libpipewire-0.3-dev libdbus-1-dev libsystemd-dev libinstpatch-dev libreadline-dev g++-7 g++-8 clang-7 clang-8 clang-9 clang-10 clang-tidy-10
run: sudo -E apt-get -yq --no-install-suggests --no-install-recommends install cmake-data cmake libglib2.0-0 libsndfile-dev libasound2-dev libjack-dev portaudio19-dev libsdl2-dev libpulse-dev libdbus-1-dev libsystemd-dev libinstpatch-dev libreadline-dev g++-7 g++-8 clang-7 clang-8 clang-9 clang-10 clang-tidy-10

- name: Create Build Environment
# Some projects don't allow in-source building, so create a separate build directory
Expand Down

0 comments on commit 0d92eba

Please sign in to comment.