Add libraw to the Remaining debian Based CICD Workflows.

Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
Michael Keller 2024-09-19 15:30:19 +12:00
parent 478e444cd9
commit 716b350af2
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ jobs:
qml-module-qtquick2 qt5-qmake qtchooser qtconnectivity5-dev \
qtdeclarative5-dev qtdeclarative5-private-dev qtlocation5-dev \
qtpositioning5-dev qtscript5-dev qttools5-dev qttools5-dev-tools \
qtquickcontrols2-5-dev xvfb libbluetooth-dev libmtp-dev
qtquickcontrols2-5-dev xvfb libbluetooth-dev libmtp-dev libraw-dev
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL

View file

@ -25,7 +25,7 @@ jobs:
qml-module-qtquick2 qt5-qmake qtchooser qtconnectivity5-dev \
qtdeclarative5-dev qtdeclarative5-private-dev qtlocation5-dev \
qtpositioning5-dev qtscript5-dev qttools5-dev qttools5-dev-tools \
qtquickcontrols2-5-dev libbluetooth-dev libmtp-dev
qtquickcontrols2-5-dev libbluetooth-dev libmtp-dev libraw-dev
- name: checkout sources
uses: actions/checkout@v4