renable libzbar

This commit is contained in:
scito
2022-12-24 03:29:14 +01:00
parent 4612ab6e7f
commit bc329e24d5

View File

@@ -28,7 +28,7 @@ jobs:
- name: Install zbar shared lib for QReader (Linux)
if: runner.os == 'Linux'
run: |
# FIXME sudo apt-get install -y libzbar0
sudo apt-get install -y libzbar0
- name: Install zbar shared lib for QReader (macOS)
if: runner.os == 'macOS'
run: |