From 9857438d9b91cb694f7f9b8f3a245824b693a4f5 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Fri, 5 Feb 2021 11:26:40 -0800 Subject: [PATCH] Revert "Print out tar version in CI" This reverts commit 9c480bee2369138d31cfa1032d28e505ebd2bafc. --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1281dcf7..3fe315ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,14 +32,6 @@ jobs: run: | echo PATH="/usr/local/opt/gnu-tar/libexec/gnubin:$PATH" >> $GITHUB_ENV - - name: Check GNU tar - if: matrix.os == 'macos-latest' - run: | - echo "gtar:" - gtar --version - echo "tar:" - tar --version - - name: Cache artifacts id: cache uses: actions/cache@v2