diff --git a/.github/workflows/brew.yaml b/.github/workflows/brew.yaml index 522cda1b..bd86d5f5 100644 --- a/.github/workflows/brew.yaml +++ b/.github/workflows/brew.yaml @@ -83,16 +83,7 @@ jobs: # GitHub API Error: API rate limit exceeded for aa.bb.cc.dd... # Then try rerunning the job in 20-25 minutes - savedpwd="$(pwd)" - cd ~ - git config --list - pwd - cd "$savedpwd" - pwd - echo "user: $USER" - whoami - - export HOMEBREW_GITHUB_API_TOKEN=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 + export HOMEBREW_GITHUB_API_TOKEN=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 homebrew/runformula.sh -y --force --HEAD # -y Say "yes" to doing the brew audit diff --git a/homebrew/pistache.rb b/homebrew/pistache.rb index 4ecbca21..fc8e3a47 100644 --- a/homebrew/pistache.rb +++ b/homebrew/pistache.rb @@ -10,7 +10,9 @@ class Pistache < Formula url "https://github.com/pistacheio/pistache/archive/refs/tags/v0.4.26.tar.gz" sha256 "29af6562547497acf6f49170661786fe8cf1ed3712ad80e69c53da4661c59544" license "Apache-2.0" +# !!!!!!!! Put back head "https://github.com/pistacheio/pistache.git", branch: "master" +# head "https://github.com/dgreatwood/pistachefork.git", branch: "brewFormula" depends_on "cmake" => :build # for howard-hinnant-date depends_on "cpp-httplib" => :build