mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Update build.yml to include exiftool package
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user