Skip to content

Commit

Permalink
build: Remove other unrelated CI build things (denoland#9875)
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Mar 24, 2021
1 parent 77cfadf commit d6d5ced
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') &&
Expand Down

0 comments on commit d6d5ced

Please sign in to comment.