diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index de8050da..1f719f00 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: