Skip to content

Commit

Permalink
emacs: add disable date.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Dec 11, 2020
1 parent ff2790d commit 7484657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/emacs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class Emacs < Formula
depends_on "texinfo" => :build
end

disable! because: "cannot currently build under GitHub Actions CI" if ENV["CI"]
disable! date: "2020-06-09", because: "cannot currently build under GitHub Actions CI" if ENV["CI"]

depends_on "pkg-config" => :build
depends_on "gnutls"
Expand Down

0 comments on commit 7484657

Please sign in to comment.