Skip to content

Commit

Permalink
Fix macOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
koutcher committed Aug 31, 2023
1 parent 8e3a53e commit 310c096
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ jobs:
steps:
- name: Patch
run: |
HOMEBREW_NO_INSTALL_FROM_API=1 HOMEBREW_EDITOR=touch brew edit tig
cd "$(brew --repo homebrew/core)" && patch -p1 <<\EOF
diff --git a/Formula/tig.rb b/Formula/tig.rb
index 2e8c125660..f76d6bca1c 100644
--- a/Formula/tig.rb
+++ b/Formula/tig.rb
@@ -26,9 +26,11 @@ class Tig < Formula
diff --git a/Formula/t/tig.rb b/Formula/t/tig.rb
index c726e53c519..920b0fbc1c2 100644
--- a/Formula/t/tig.rb
+++ b/Formula/t/tig.rb
@@ -31,9 +31,11 @@ class Tig < Formula
depends_on "readline"
def install
Expand Down

0 comments on commit 310c096

Please sign in to comment.