Skip to content

Commit

Permalink
install OS-packages with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ewout Quax committed Nov 9, 2022
1 parent 6cd0ac0 commit bf45cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install OS dependencies
env:
DEBIAN_FRONTEND: noninteractive
run: apt install libfile-mimeinfo-perl shared-mime-info
run: sudo apt install libfile-mimeinfo-perl shared-mime-info
- name: Install Elixir dependencies
run: mix deps.get
- name: Run tests
Expand Down

0 comments on commit bf45cca

Please sign in to comment.