Skip to content

Commit

Permalink
Replace condition with compute type
Browse files Browse the repository at this point in the history
  • Loading branch information
HudsonGraeme committed Feb 12, 2024
1 parent 7ba3a53 commit 6d38235
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 @@ -27,7 +27,7 @@ runs:
- name: Install Dependencies
shell: bash
run: |
if [ "${{ inputs.cpu-label }}" == "M1" ]; then
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
Expand Down

0 comments on commit 6d38235

Please sign in to comment.