Skip to content

Commit

Permalink
Fix elif
Browse files Browse the repository at this point in the history
  • Loading branch information
HudsonGraeme committed Feb 15, 2024
1 parent c6dcd00 commit 1ff3032
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 @@ -31,7 +31,7 @@ runs:
eval "$(homebrew/bin/brew shellenv)"
brew install openssl jq gnu-time
echo "PATH=\"homebrew/bin:$PATH\"" >> $GITHUB_ENV
else if [ "${{ inputs.compute-type }}" == "CUDA" ]; then
elif [ "${{ inputs.compute-type }}" == "CUDA" ]; then
echo "Skipping installation on CUDA"
else
sudo apt-get update && sudo apt-get install -y openssl libssl-dev jq time
Expand Down

0 comments on commit 1ff3032

Please sign in to comment.