build-system: add libraw to macOS build

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2024-09-10 10:36:46 -07:00 committed by Michael Keller
parent 09f59211ed
commit 236203bf06

View file

@ -24,7 +24,7 @@ jobs:
submodules: recursive
- name: setup Homebrew
run: brew install hidapi libxslt libjpg libmtp create-dmg confuse automake
run: brew install hidapi libxslt libjpg libmtp libraw create-dmg confuse automake
- name: checkout Qt resources
uses: actions/checkout@v4