Skip to content

Commit

Permalink
Remove openssl dep in brew install
Browse files Browse the repository at this point in the history
  • Loading branch information
HudsonGraeme committed Feb 15, 2024
1 parent c069b73 commit 0ca4aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/bench/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runs:
if [ "${{ inputs.compute-type }}" == "Metal" ]; then
mkdir homebrew && curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C homebrew
eval "$(homebrew/bin/brew shellenv)"
brew install openssl jq gnu-time
brew install jq gnu-time
echo "PATH=\"homebrew/bin:$PATH\"" >> $GITHUB_ENV
elif [ "${{ inputs.compute-type }}" == "CUDA" ]; then
echo "Skipping installation on CUDA"
Expand Down

0 comments on commit 0ca4aad

Please sign in to comment.