Skip to content

Commit

Permalink
Remove unshallow, it seems not working for some cases
Browse files Browse the repository at this point in the history
  • Loading branch information
markwu committed Jul 31, 2021
1 parent bec3d45 commit 791b1a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/zeal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class Zeal < Formula
depends_on "libarchive"

def install
system "git fetch --tags"
system "git fetch --prune --unshallow"
# system "git fetch --tags"
# system "git fetch --prune --unshallow"
mkdir "build" do
system "cmake", "..", *std_cmake_args
system "make"
Expand Down

0 comments on commit 791b1a3

Please sign in to comment.