We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eec3f3c commit e425c0bCopy full SHA for e425c0b
1 file changed
.github/workflows/meson.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Install meson and ninja
36
run: sudo apt install -y meson ninja-build
37
- name: Get dependencies
38
- run: sudo apt install -y libopencv-dev qt6-base-dev nlohmann-json3-dev cups
+ run: sudo apt install -y libopencv-dev qt6-base-dev nlohmann-json3-dev libcups2-dev
39
- name: Configure Project
40
run: meson setup build
41
env:
0 commit comments