We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42af039 commit 6cceaa9Copy full SHA for 6cceaa9
1 file changed
.github/workflows/build.yml
@@ -583,8 +583,8 @@ jobs:
583
- name: Set up dependencies
584
run: |
585
# custom repos
586
- wget https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos_11.1.0_all.deb
587
- sudo dpkg -i kxstudio-repos_11.1.0_all.deb
+ wget https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos_11.2.0_all.deb
+ sudo dpkg -i kxstudio-repos_11.2.0_all.deb
588
sudo apt-get update -qq
589
# build-deps
590
sudo apt-get install -yqq libdbus-1-dev libgl1-mesa-dev liblo-dev libx11-dev libxcursor-dev libxext-dev libxrandr-dev
0 commit comments