mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Update build.yml to include exiftool package
This commit is contained in:
parent
9536358d34
commit
c7d88a7a63
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -18,6 +18,10 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Environment dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get -q -y install libimage-exiftool-perl
|
||||
- name: Cache conda
|
||||
uses: actions/cache@v2
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue