0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00

build: Remove other unrelated CI build things (#9875)

This commit is contained in:
Ryan Dahl 2021-03-24 09:48:17 -04:00 committed by GitHub
parent 77cfadf532
commit d6d5ced1ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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') &&