diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1f719f00..f399979a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,8 +20,7 @@ jobs: - uses: actions/checkout@v2 - name: Environment dependencies run: | - sudo apt-get update - sudo apt-get -q -y install libimage-exiftool-perl + sudo apt-get -y install libimage-exiftool-perl - name: Cache conda uses: actions/cache@v2 env: