build: add repository -y

This commit is contained in:
James R. Barlow
2023-10-29 23:41:36 -07:00
parent 5b5827983b
commit c0b60dae6a

View File

@@ -55,7 +55,7 @@ jobs:
- name: Install Tesseract 5
if: matrix.tesseract5
run: |
sudo add-apt-repository ppa:alex-p/tesseract-ocr-devel
sudo add-apt-repository -y ppa:alex-p/tesseract-ocr-devel
- name: Install common packages
run: |