Skip to content

Commit

Permalink
Sudo before unpacking to /usr/local/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
bpicode authored Dec 21, 2019
1 parent 5db8dd1 commit bc8c24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
env:
CI: "true"
run: |
wget -qO- https://github.com/wagoodman/dive/releases/download/v0.9.1/dive_0.9.1_linux_amd64.tar.gz | tar xvz -C /usr/local/bin
wget -qO- https://github.com/wagoodman/dive/releases/download/v0.9.1/dive_0.9.1_linux_amd64.tar.gz | sudo tar xvz -C /usr/local/bin
dive github-action-fpm

0 comments on commit bc8c24f

Please sign in to comment.