diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2021-03-24 09:48:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-24 14:48:17 +0100 |
commit | d6d5ced1ab90404d25a87a242ee5b03ca655abe5 (patch) | |
tree | 38f16950932dc58e7df8aeedb55cd6dd5683b653 | |
parent | 77cfadf5321df90ea5fd625e2eb9d51b3920b437 (diff) |
build: Remove other unrelated CI build things (#9875)
-rw-r--r-- | .github/workflows/ci.yml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c28b3906..451dbe98e 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') && |