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:
parent
77cfadf532
commit
d6d5ced1ab
1 changed files with 0 additions and 12 deletions
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
@ -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') &&
|
||||
|
|
Loading…
Add table
Reference in a new issue