Skip to content

Commit

Permalink
chore: attempt to install variants directly from bottle url
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurpalves committed Aug 9, 2022
1 parent 36ef431 commit aa5c234
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ runs:
shell: bash
run: |
echo "Repository: ${{ github.repository }}"
cd ${{ github.action_path }}
make ci
brew install https://github.com/Backbase/variants/releases/download/1.1.0/variants-1.1.0.monterey.bottle.tar.gz
cd ${{ env.project_path }}
if [[ ${{ inputs.platform }} == default ]];
Expand Down

0 comments on commit aa5c234

Please sign in to comment.