Skip to content

Commit

Permalink
workflows: add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Mar 2, 2024
1 parent 9a26d72 commit af3ecfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
apt-get install meson shellcheck
sudo apt-get install meson shellcheck
- name: Lint using Shellcheck
run: |
shellcheck configure.sh
Expand Down

0 comments on commit af3ecfb

Please sign in to comment.