From 386534c2368dea9605494015acc6de6851ac7b03 Mon Sep 17 00:00:00 2001 From: sabaimran <65192171+sabaimran@users.noreply.github.com> Date: Sat, 11 Dec 2021 12:52:13 -0500 Subject: [PATCH] Remove apt-get update from build.yml --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: