From 106e7ab752eac9f58d9de6befebd40551c5b0c42 Mon Sep 17 00:00:00 2001 From: Alex Savin Date: Fri, 7 Feb 2025 15:20:13 -0500 Subject: [PATCH] Fixing some dependecies --- .github/workflows/build.yaml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f96c692..4ecb9d9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -26,10 +26,10 @@ jobs: # git checkout $(git describe --tags --always $(git rev-list --tags --max-count=1000) | grep -e "[0-9]\+\.[0-9]\+\.[0-9]\+$" | head -n 1) -# - name: Install system libs and dependencies -# run: | -# sudo apt-get -qq update -# sudo apt-get -y -qq install libudev-dev ffmpeg + - name: Install system libs and dependencies + run: | + sudo apt-get -qq update + sudo apt-get -y -qq install libturbojpeg-dev # sudo apt-get -y -qq install libavformat-dev libavcodec-dev libavdevice-dev libavutil-dev libswscale-dev libswresample-dev # sudo apt-get install nodejs @@ -61,12 +61,18 @@ jobs: pip install homeassistant echo "Installing numpy, requered by Component: mobile_app, stream and camera\n" pip install numpy + echo "Installing hassil, requered by Component: mobile_app\n" + pip install hassil echo "Installing numpy, requered by Component: python_script\n" pip install RestrictedPython echo "Installing numpy, requered by Component: twilio\n" pip install twilio echo "Installing numpy, requered by Component: telegram_bot\n" pip install telegram + echo "Installing pyeiscp, requered by Component: onkyo\n" + pip install pyeiscp + echo "Installing async_upnp_client, requered by Component: ssdp\n" + pip install async_upnp_client - name: Check HassIO configuration run: |