Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
fix: Add openssl@3 as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
siketyan committed Oct 20, 2023
1 parent 1150d28 commit 587f96f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/ghr.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class Ghr < Formula
license "MIT"

depends_on "rust" => :build
depends_on "openssl@3"

def install
system "cargo", "install", *std_cargo_args
Expand Down

0 comments on commit 587f96f

Please sign in to comment.