mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 13:37:22 +00:00
[client] ci: stop installing wayland-protocols from apt
This commit is contained in:
parent
e1ac838796
commit
0ea188faf8
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -21,10 +21,6 @@ jobs:
|
|||||||
- name: Install PipeWire repository
|
- name: Install PipeWire repository
|
||||||
run: |
|
run: |
|
||||||
echo 'deb [trusted=yes] https://pipewire-ubuntu.quantum5.workers.dev ./' | sudo tee /etc/apt/sources.list.d/pipewire.list
|
echo 'deb [trusted=yes] https://pipewire-ubuntu.quantum5.workers.dev ./' | sudo tee /etc/apt/sources.list.d/pipewire.list
|
||||||
- name: Install wayland-protocols repository
|
|
||||||
run: |
|
|
||||||
curl https://quantum5.ca/apt.key | sudo apt-key add -
|
|
||||||
echo 'deb https://apt.quantum2.xyz/sway-utils/ bullseye main' | sudo tee /etc/apt/sources.list.d/wayland-protocols.list
|
|
||||||
- name: Update apt
|
- name: Update apt
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
@ -35,7 +31,7 @@ jobs:
|
|||||||
libspice-protocol-dev nettle-dev \
|
libspice-protocol-dev nettle-dev \
|
||||||
libgl-dev libgles-dev \
|
libgl-dev libgles-dev \
|
||||||
libx11-dev libxss-dev libxi-dev libxinerama-dev libxcursor-dev libxpresent-dev \
|
libx11-dev libxss-dev libxi-dev libxinerama-dev libxcursor-dev libxpresent-dev \
|
||||||
libwayland-dev wayland-protocols libxkbcommon-dev \
|
libwayland-dev libxkbcommon-dev \
|
||||||
libsamplerate0-dev libpipewire-0.3-dev libpulse-dev \
|
libsamplerate0-dev libpipewire-0.3-dev libpulse-dev \
|
||||||
$([ '${{ matrix.wayland_shell }}' = libdecor ] && echo 'libdecor-0-dev libdbus-1-dev') \
|
$([ '${{ matrix.wayland_shell }}' = libdecor ] && echo 'libdecor-0-dev libdbus-1-dev') \
|
||||||
$([ '${{ matrix.compiler.cc }}' = clang ] && echo 'clang-tools')
|
$([ '${{ matrix.compiler.cc }}' = clang ] && echo 'clang-tools')
|
||||||
|
Loading…
Reference in New Issue
Block a user