Skip to content

Commit

Permalink
Use 'sudo' when installing the chamber binary.
Browse files Browse the repository at this point in the history
  • Loading branch information
korenyoni committed Jul 10, 2024
1 parent 964f0dd commit ed3f503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ runs:
;;
esac
curl -LOs https://github.com/segmentio/chamber/releases/download/${version}/chamber-${version}-${os}-${arch}
install chamber-${version}-${os}-${arch} /usr/local/bin/chamber
sudo install chamber-${version}-${os}-${arch} /usr/local/bin/chamber
- name: Read platform context
if: ${{ inputs.operation == 'deploy' }}
Expand Down

0 comments on commit ed3f503

Please sign in to comment.