mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 13:37:22 +00:00
[host] ci: install pipewire on Linux
This commit is contained in:
parent
f01489720f
commit
5b7c38a4dd
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -76,12 +76,16 @@ jobs:
|
|||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
- name: Install PipeWire repository
|
||||||
|
run: |
|
||||||
|
echo 'deb [trusted=yes] https://pipewire-ubuntu.quantum5.workers.dev ./' | sudo tee /etc/apt/sources.list.d/pipewire.list
|
||||||
- name: Update apt
|
- name: Update apt
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
- name: Install Linux host dependencies
|
- name: Install Linux host dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install binutils-dev libgl1-mesa-dev libxcb-xfixes0-dev
|
sudo apt-get install binutils-dev libgl1-mesa-dev libxcb-xfixes0-dev \
|
||||||
|
libpipewire-0.3-dev
|
||||||
- name: Configure Linux host
|
- name: Configure Linux host
|
||||||
run: |
|
run: |
|
||||||
mkdir host/build
|
mkdir host/build
|
||||||
|
Loading…
Reference in New Issue
Block a user