Skip to content

Commit

Permalink
chore: add missing sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardomaraschini committed Nov 15, 2024
1 parent 614278b commit ccb26b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-custom-melange-package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ runs:
- name: install melange
shell: bash
run: |
apt install -y make
sudo apt install -y make
make melange
- name: build melange package
Expand Down

0 comments on commit ccb26b8

Please sign in to comment.