mirror of
https://github.com/pdewacht/brlaser
synced 2024-12-26 15:38:20 +01:00
Add libcups2-dev to Linux build environment
This commit is contained in:
parent
b58a014a51
commit
df7c37eacf
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -10,6 +10,8 @@ jobs:
|
||||
steps:
|
||||
- name: Add repository
|
||||
run: sudo apt-add-repository -y "ppa:ubuntu-toolchain-r/test"
|
||||
- name: Install packages
|
||||
run: sudo apt install libcups2-dev
|
||||
- uses: actions/checkout@v2
|
||||
- name: Configure
|
||||
run: cmake .
|
||||
|
Loading…
Reference in New Issue
Block a user