install zbar lib

This commit is contained in:
scito
2022-12-24 02:29:43 +01:00
parent f4934192ae
commit cd07851e30
2 changed files with 6 additions and 0 deletions

View File

@@ -25,6 +25,10 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install zbar lib for QReader
if: runner.os != 'Windows'
run: |
sudo apt-get install -y libzbar0
- name: Install dependencies
run: |
python -m pip install --upgrade pip