1
0
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:
Evan Miller 2021-05-31 16:28:34 -04:00
parent b58a014a51
commit df7c37eacf

View File

@ -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 .