Skip to content

Commit

Permalink
sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
MEhrn00 committed Feb 10, 2024
1 parent 80b2fa8 commit 8452859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:

- name: Install system libraries
shell: bash
run: apt-get update -y && apt-get install -y libdbus-1-dev
run: sudo apt-get update -y && sudo apt-get install -y libdbus-1-dev

- name: Setup cargo cache
uses: actions/cache@v4
Expand Down

0 comments on commit 8452859

Please sign in to comment.