File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: build
22on : [push, pull_request]
33jobs :
44 client :
5- runs-on : ubuntu-20.04
5+ runs-on : ubuntu-latest
66 strategy :
77 fail-fast : false
88 matrix :
1515 - uses : actions/checkout@v2
1616 with :
1717 submodules : recursive
18- - name : Install libdecor PPA
19- run : sudo add-apt-repository ppa:christianrauch/libdecoration
20- if : ${{ matrix.wayland_shell == 'libdecor' }}
21- - name : Install PipeWire repository
22- run : |
23- echo 'deb [trusted=yes] https://pipewire-ubuntu.quantum5.workers.dev ./' | sudo tee /etc/apt/sources.list.d/pipewire.list
2418 - name : Update apt
2519 run : |
2620 sudo apt-get update
7670 - uses : actions/checkout@v2
7771 with :
7872 submodules : recursive
79- - name : Install PipeWire repository
80- run : |
81- echo 'deb [trusted=yes] https://pipewire-ubuntu.quantum5.workers.dev ./' | sudo tee /etc/apt/sources.list.d/pipewire.list
8273 - name : Update apt
8374 run : |
8475 sudo apt-get update
You can’t perform that action at this time.
0 commit comments