mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Install libturbojpeg in hassfest job [ci] (#120611)
This commit is contained in:
parent
1973c604b6
commit
9d7078e1fa
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user