From d6d5ced1ab90404d25a87a242ee5b03ca655abe5 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 24 Mar 2021 09:48:17 -0400 Subject: [PATCH] build: Remove other unrelated CI build things (#9875) --- .github/workflows/ci.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c28b39062..451dbe98e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,18 +61,6 @@ jobs: fetch-depth: 5 submodules: true - # Install gnu-tar because BSD tar is buggy on Github's macos machines. - # https://github.com/actions/cache/issues/403 - # https://github.com/actions-rs/cargo/issues/111. - - name: Install GNU tar - if: matrix.build == 'macos' - run: | - brew install gnu-tar - echo "::add-path::/usr/local/opt/gnu-tar/libexec/gnubin" - - - name: Write git_submodule_status.txt - run: git submodule status --recursive > git_submodule_status.txt - - name: Create source tarballs (release, linux) if: | startsWith(matrix.os, 'ubuntu') &&