Install libturbojpeg in hassfest job [ci] (#120611)

This commit is contained in:
Marc Mueller 2024-06-26 23:52:31 +02:00 committed by GitHub
parent 1973c604b6
commit 9d7078e1fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -522,6 +522,12 @@ jobs:
- info
- base
steps:
- name: Install additional OS dependencies
run: |
sudo rm /etc/apt/sources.list.d/microsoft-prod.list
sudo apt-get update
sudo apt-get -y install \
libturbojpeg
- name: Check out code from GitHub
uses: actions/checkout@v4.1.7
- name: Set up Python ${{ env.DEFAULT_PYTHON }}