Skip to content

Commit

Permalink
Using sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
luizbafilho committed Feb 9, 2022
1 parent 63fc2c8 commit a60be17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: Run acceptance
run: docker-compose run -v $HOME/go/pkg/mod:/go/pkg/mod test
- name: Give go modules permissions
run: chown -R $USER:$USER ~/go/pkg/mod
run: sudo chown -R $USER:$USER ~/go/pkg/mod

0 comments on commit a60be17

Please sign in to comment.