Skip to content

Commit

Permalink
fix homebrew in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
micielski committed Jun 19, 2024
1 parent 49291ab commit 1a6a012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ci = "github"
# The installers to generate for each app
installers = ["shell", "homebrew"]
# A GitHub repo to push Homebrew formulas to
tap = "rustmission/homebrew-tap"
tap = "intuis/homebrew-tap"
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl"]
# Publish jobs to run in CI
Expand Down

0 comments on commit 1a6a012

Please sign in to comment.