Skip to content

Commit e425c0b

Browse files
authored
Replace cups with actual package
1 parent eec3f3c commit e425c0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/meson.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install meson and ninja
3636
run: sudo apt install -y meson ninja-build
3737
- name: Get dependencies
38-
run: sudo apt install -y libopencv-dev qt6-base-dev nlohmann-json3-dev cups
38+
run: sudo apt install -y libopencv-dev qt6-base-dev nlohmann-json3-dev libcups2-dev
3939
- name: Configure Project
4040
run: meson setup build
4141
env:

0 commit comments

Comments
 (0)