mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-12 20:27:53 +00:00
[client] ci: install newer wayland-protocols repository
The Ubuntu one lacks `xdg-activation-v1`, despite having been released 6 months ago. Pull in a newer one from @quantum5's repository.
This commit is contained in:
parent
9cd8027901
commit
30c57f411d
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -21,6 +21,10 @@ jobs:
|
|||
- 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: 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
|
||||
run: |
|
||||
sudo apt-get update
|
||||
|
|
Loading…
Reference in a new issue