mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47:06 +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
|
- info
|
||||||
- base
|
- base
|
||||||
steps:
|
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
|
- name: Check out code from GitHub
|
||||||
uses: actions/checkout@v4.1.7
|
uses: actions/checkout@v4.1.7
|
||||||
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
|
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user